Class: Aws::Types::GetDomainsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDomainsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domains ⇒ ::Array[Types::Domain]
Returns the value of attribute domains.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#domains ⇒ ::Array[Types::Domain]
Returns the value of attribute domains.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def domains @domains end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def next_page_token @next_page_token end |