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.
2542 2543 2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-odb/types.rb', line 2542 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.
2542 2543 2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-odb/types.rb', line 2542 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.
2542 2543 2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-odb/types.rb', line 2542 class CrossRegionS3RestoreSourcesAccess < Struct.new( :region, :ipv4_addresses, :status) SENSITIVE = [] include Aws::Structure end |