Class: Aws::RDS::Types::SourceRegion
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::SourceRegion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Contains an Amazon Web Services Region name as the result of a successful call to the ‘DescribeSourceRegions` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ String
The endpoint for the source Amazon Web Services Region endpoint.
-
#region_name ⇒ String
The name of the source Amazon Web Services Region.
-
#status ⇒ String
The status of the source Amazon Web Services Region.
-
#supports_db_instance_automated_backups_replication ⇒ Boolean
Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
Instance Attribute Details
#endpoint ⇒ String
The endpoint for the source Amazon Web Services Region endpoint.
26932 26933 26934 26935 26936 26937 26938 26939 |
# File 'lib/aws-sdk-rds/types.rb', line 26932 class SourceRegion < Struct.new( :region_name, :endpoint, :status, :supports_db_instance_automated_backups_replication) SENSITIVE = [] include Aws::Structure end |
#region_name ⇒ String
The name of the source Amazon Web Services Region.
26932 26933 26934 26935 26936 26937 26938 26939 |
# File 'lib/aws-sdk-rds/types.rb', line 26932 class SourceRegion < Struct.new( :region_name, :endpoint, :status, :supports_db_instance_automated_backups_replication) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the source Amazon Web Services Region.
26932 26933 26934 26935 26936 26937 26938 26939 |
# File 'lib/aws-sdk-rds/types.rb', line 26932 class SourceRegion < Struct.new( :region_name, :endpoint, :status, :supports_db_instance_automated_backups_replication) SENSITIVE = [] include Aws::Structure end |
#supports_db_instance_automated_backups_replication ⇒ Boolean
Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.
26932 26933 26934 26935 26936 26937 26938 26939 |
# File 'lib/aws-sdk-rds/types.rb', line 26932 class SourceRegion < Struct.new( :region_name, :endpoint, :status, :supports_db_instance_automated_backups_replication) SENSITIVE = [] include Aws::Structure end |