Class: Aws::Types::ListIdMappingTablesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListIdMappingTablesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id_mapping_table_summaries ⇒ ::Array[Types::IdMappingTableSummary]
Returns the value of attribute id_mapping_table_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#id_mapping_table_summaries ⇒ ::Array[Types::IdMappingTableSummary]
Returns the value of attribute id_mapping_table_summaries.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def id_mapping_table_summaries @id_mapping_table_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def next_token @next_token end |