Class: Aws::Odb::Types::StsAccess

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

Configuration for Amazon Web Services Security Token Service (STS) access from the ODB network.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name for STS access configuration.

Returns:

  • (String)


5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5169

class StsAccess < Struct.new(
  :status,
  :ipv4_addresses,
  :domain_name,
  :sts_policy_document)
  SENSITIVE = []
  include Aws::Structure
end

#ipv4_addressesArray<String>

The IPv4 addresses allowed for STS access.

Returns:

  • (Array<String>)


5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5169

class StsAccess < Struct.new(
  :status,
  :ipv4_addresses,
  :domain_name,
  :sts_policy_document)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the STS access configuration.

Returns:

  • (String)


5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5169

class StsAccess < Struct.new(
  :status,
  :ipv4_addresses,
  :domain_name,
  :sts_policy_document)
  SENSITIVE = []
  include Aws::Structure
end

#sts_policy_documentString

The STS policy document that defines permissions for token service usage.

Returns:

  • (String)


5169
5170
5171
5172
5173
5174
5175
5176
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5169

class StsAccess < Struct.new(
  :status,
  :ipv4_addresses,
  :domain_name,
  :sts_policy_document)
  SENSITIVE = []
  include Aws::Structure
end