Class: Aws::Types::ListDomainObjectTypesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDomainObjectTypesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::DomainObjectTypesListItem]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::DomainObjectTypesListItem]
Returns the value of attribute items.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def next_token @next_token end |