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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Contains an AWS Region name as the result of a successful call to the DescribeSourceRegions action.

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString

The endpoint for the source AWS Region endpoint.

Returns:

  • (String)


15197
15198
15199
15200
15201
15202
# File 'lib/aws-sdk-rds/types.rb', line 15197

class SourceRegion < Struct.new(
  :region_name,
  :endpoint,
  :status)
  include Aws::Structure
end

#region_nameString

The name of the source AWS Region.

Returns:

  • (String)


15197
15198
15199
15200
15201
15202
# File 'lib/aws-sdk-rds/types.rb', line 15197

class SourceRegion < Struct.new(
  :region_name,
  :endpoint,
  :status)
  include Aws::Structure
end

#statusString

The status of the source AWS Region.

Returns:

  • (String)


15197
15198
15199
15200
15201
15202
# File 'lib/aws-sdk-rds/types.rb', line 15197

class SourceRegion < Struct.new(
  :region_name,
  :endpoint,
  :status)
  include Aws::Structure
end