Class: Aws::Types::DescribeSourceRegionsMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2429
2430
2431
# File 'sig/types.rbs', line 2429

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2428
2429
2430
# File 'sig/types.rbs', line 2428

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2427
2428
2429
# File 'sig/types.rbs', line 2427

def max_records
  @max_records
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


2426
2427
2428
# File 'sig/types.rbs', line 2426

def region_name
  @region_name
end