Class: Aws::Odb::Types::S3Access
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::S3Access
- Defined in:
- gems/aws-sdk-odb/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.
4762 4763 4764 4765 4766 4767 4768 4769 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4762 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.
4762 4763 4764 4765 4766 4767 4768 4769 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4762 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.
4762 4763 4764 4765 4766 4767 4768 4769 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4762 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
4762 4763 4764 4765 4766 4767 4768 4769 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4762 class S3Access < Struct.new( :status, :ipv4_addresses, :domain_name, :s3_policy_document) SENSITIVE = [] include Aws::Structure end |