Class: Aws::Types::ListIdNamespaceAssociationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListIdNamespaceAssociationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id_namespace_association_summaries ⇒ ::Array[Types::IdNamespaceAssociationSummary]
Returns the value of attribute id_namespace_association_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#id_namespace_association_summaries ⇒ ::Array[Types::IdNamespaceAssociationSummary]
Returns the value of attribute id_namespace_association_summaries.
2137 2138 2139 |
# File 'sig/types.rbs', line 2137 def id_namespace_association_summaries @id_namespace_association_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def next_token @next_token end |