Class: Aws::Types::DescribeSourceRegionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSourceRegionsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2429 2430 2431 |
# File 'sig/types.rbs', line 2429 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2428 2429 2430 |
# File 'sig/types.rbs', line 2428 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
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.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def region_name @region_name end |