Class: Aws::Odb::Types::S3Access

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domain_nameString

The domain name for the Amazon S3 access.

Returns:

  • (String)


5009
5010
5011
5012
5013
5014
5015
5016
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5009

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

#ipv4_addressesArray<String>

The IPv4 addresses for the Amazon S3 access.

Returns:

  • (Array<String>)


5009
5010
5011
5012
5013
5014
5015
5016
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5009

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

#s3_policy_documentString

The endpoint policy for the Amazon S3 access.

Returns:

  • (String)


5009
5010
5011
5012
5013
5014
5015
5016
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5009

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

#statusString

The status of the Amazon S3 access.

Returns:

  • (String)


5009
5010
5011
5012
5013
5014
5015
5016
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 5009

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