Class: Aws::Odb::Types::CrossRegionS3RestoreSourcesAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::CrossRegionS3RestoreSourcesAccess
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
The configuration access for the cross-Region Amazon S3 database restore source for the ODB network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv4_addresses ⇒ Array<String>
The IPv4 addresses allowed for cross-Region Amazon S3 restore access.
-
#region ⇒ String
The Amazon Web Services Region for cross-Region Amazon S3 restore access.
-
#status ⇒ String
The current status of the cross-Region Amazon S3 restore access configuration.
Instance Attribute Details
#ipv4_addresses ⇒ Array<String>
The IPv4 addresses allowed for cross-Region Amazon S3 restore access.
4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-odb/types.rb', line 4651 class CrossRegionS3RestoreSourcesAccess < Struct.new( :region, :ipv4_addresses, :status) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region for cross-Region Amazon S3 restore access.
4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-odb/types.rb', line 4651 class CrossRegionS3RestoreSourcesAccess < Struct.new( :region, :ipv4_addresses, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the cross-Region Amazon S3 restore access configuration.
4651 4652 4653 4654 4655 4656 4657 |
# File 'lib/aws-sdk-odb/types.rb', line 4651 class CrossRegionS3RestoreSourcesAccess < Struct.new( :region, :ipv4_addresses, :status) SENSITIVE = [] include Aws::Structure end |