Class: Aws::RDS::Types::SourceRegion

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#endpointString

The endpoint for the source Amazon Web Services Region endpoint.

Returns:

  • (String)


25933
25934
25935
25936
25937
25938
25939
25940
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 25933

class SourceRegion < Struct.new(
  :region_name,
  :endpoint,
  :status,
  :supports_db_instance_automated_backups_replication)
  SENSITIVE = []
  include Aws::Structure
end

#region_nameString

The name of the source Amazon Web Services Region.

Returns:

  • (String)


25933
25934
25935
25936
25937
25938
25939
25940
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 25933

class SourceRegion < Struct.new(
  :region_name,
  :endpoint,
  :status,
  :supports_db_instance_automated_backups_replication)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the source Amazon Web Services Region.

Returns:

  • (String)


25933
25934
25935
25936
25937
25938
25939
25940
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 25933

class SourceRegion < Struct.new(
  :region_name,
  :endpoint,
  :status,
  :supports_db_instance_automated_backups_replication)
  SENSITIVE = []
  include Aws::Structure
end

#supports_db_instance_automated_backups_replicationBoolean

Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.

Returns:

  • (Boolean)


25933
25934
25935
25936
25937
25938
25939
25940
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 25933

class SourceRegion < Struct.new(
  :region_name,
  :endpoint,
  :status,
  :supports_db_instance_automated_backups_replication)
  SENSITIVE = []
  include Aws::Structure
end