Class: Aws::Odb::Types::S3Access
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::S3Access
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
The configuration for Amazon S3 access from the ODB network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name for the Amazon S3 access.
-
#ipv4_addresses ⇒ Array<String>
The IPv4 addresses for the Amazon S3 access.
-
#s3_policy_document ⇒ String
The endpoint policy for the Amazon S3 access.
-
#status ⇒ String
The status of the Amazon S3 access.
Instance Attribute Details
#domain_name ⇒ String
The domain name for the Amazon S3 access.
4741 4742 4743 4744 4745 4746 4747 4748 |
# File 'lib/aws-sdk-odb/types.rb', line 4741 class S3Access < Struct.new( :status, :ipv4_addresses, :domain_name, :s3_policy_document) SENSITIVE = [] include Aws::Structure end |
#ipv4_addresses ⇒ Array<String>
The IPv4 addresses for the Amazon S3 access.
4741 4742 4743 4744 4745 4746 4747 4748 |
# File 'lib/aws-sdk-odb/types.rb', line 4741 class S3Access < Struct.new( :status, :ipv4_addresses, :domain_name, :s3_policy_document) SENSITIVE = [] include Aws::Structure end |
#s3_policy_document ⇒ String
The endpoint policy for the Amazon S3 access.
4741 4742 4743 4744 4745 4746 4747 4748 |
# File 'lib/aws-sdk-odb/types.rb', line 4741 class S3Access < Struct.new( :status, :ipv4_addresses, :domain_name, :s3_policy_document) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Amazon S3 access.
Valid Values: ‘enabled | disabled`
4741 4742 4743 4744 4745 4746 4747 4748 |
# File 'lib/aws-sdk-odb/types.rb', line 4741 class S3Access < Struct.new( :status, :ipv4_addresses, :domain_name, :s3_policy_document) SENSITIVE = [] include Aws::Structure end |