Class: Aws::Odb::Types::StsAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::StsAccess
- 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
-
#domain_name ⇒ String
The domain name for STS access configuration.
-
#ipv4_addresses ⇒ Array<String>
The IPv4 addresses allowed for STS access.
-
#status ⇒ String
The current status of the STS access configuration.
-
#sts_policy_document ⇒ String
The STS policy document that defines permissions for token service usage.
Instance Attribute Details
#domain_name ⇒ String
The domain name for STS access configuration.
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_addresses ⇒ Array<String>
The IPv4 addresses allowed for STS access.
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 |
#status ⇒ String
The current status of the STS access configuration.
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_document ⇒ String
The STS policy document that defines permissions for token service usage.
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 |