Class: Aws::Odb::Types::CrossRegionS3RestoreSourcesAccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::CrossRegionS3RestoreSourcesAccess
- Defined in:
- gems/aws-sdk-odb/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 S3 restore access.
-
#region ⇒ String
The Amazon Web Services Region for cross-Region S3 restore access.
-
#status ⇒ String
The current status of the cross-Region S3 restore access configuration.
Instance Attribute Details
#ipv4_addresses ⇒ Array<String>
The IPv4 addresses allowed for cross-Region S3 restore access.
2468 2469 2470 2471 2472 2473 2474 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2468 class CrossRegionS3RestoreSourcesAccess < Struct.new( :region, :ipv4_addresses, :status) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region for cross-Region S3 restore access.
2468 2469 2470 2471 2472 2473 2474 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2468 class CrossRegionS3RestoreSourcesAccess < Struct.new( :region, :ipv4_addresses, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the cross-Region S3 restore access configuration.
2468 2469 2470 2471 2472 2473 2474 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2468 class CrossRegionS3RestoreSourcesAccess < Struct.new( :region, :ipv4_addresses, :status) SENSITIVE = [] include Aws::Structure end |