Class: Aws::RDS::Types::SourceRegion
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::SourceRegion
- Defined in:
- gems/aws-sdk-rds/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.
26972 26973 26974 26975 26976 26977 26978 26979 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26972 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.
26972 26973 26974 26975 26976 26977 26978 26979 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26972 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.
26972 26973 26974 26975 26976 26977 26978 26979 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26972 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.
26972 26973 26974 26975 26976 26977 26978 26979 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26972 class SourceRegion < Struct.new( :region_name, :endpoint, :status, :supports_db_instance_automated_backups_replication) SENSITIVE = [] include Aws::Structure end |