Class: Aws::RDS::Types::DescribeSourceRegionsMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

This parameter isn't currently supported.

Returns:



14716
14717
14718
14719
14720
14721
14722
14723
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14716

class DescribeSourceRegionsMessage < Struct.new(
  :region_name,
  :max_records,
  :marker,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#markerString

An optional pagination token provided by a previous DescribeSourceRegions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

Returns:

  • (String)


14716
14717
14718
14719
14720
14721
14722
14723
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14716

class DescribeSourceRegionsMessage < Struct.new(
  :region_name,
  :max_records,
  :marker,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so you can retrieve the remaining results.

Default: 100

Constraints: Minimum 20, maximum 100.

Returns:

  • (Integer)


14716
14717
14718
14719
14720
14721
14722
14723
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14716

class DescribeSourceRegionsMessage < Struct.new(
  :region_name,
  :max_records,
  :marker,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#region_nameString

The source Amazon Web Services Region name. For example, us-east-1.

Constraints:

  • Must specify a valid Amazon Web Services Region name.

^

Returns:

  • (String)


14716
14717
14718
14719
14720
14721
14722
14723
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 14716

class DescribeSourceRegionsMessage < Struct.new(
  :region_name,
  :max_records,
  :marker,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end