Class: Aws::Types::ListDomainsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDomainsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domains ⇒ ::Array[Types::DomainSummary]
Returns the value of attribute domains.
-
#next_page_marker ⇒ ::String
Returns the value of attribute next_page_marker.
Instance Attribute Details
#domains ⇒ ::Array[Types::DomainSummary]
Returns the value of attribute domains.
328 329 330 |
# File 'sig/types.rbs', line 328 def domains @domains end |
#next_page_marker ⇒ ::String
Returns the value of attribute next_page_marker.
329 330 331 |
# File 'sig/types.rbs', line 329 def next_page_marker @next_page_marker end |