Class: Aws::Types::DescribeMappedResourceConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMappedResourceConfigurationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mapped_resource_configuration_list ⇒ ::Array[Types::MappedResourceConfigurationListItem]
Returns the value of attribute mapped_resource_configuration_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#mapped_resource_configuration_list ⇒ ::Array[Types::MappedResourceConfigurationListItem]
Returns the value of attribute mapped_resource_configuration_list.
149 150 151 |
# File 'sig/types.rbs', line 149 def mapped_resource_configuration_list @mapped_resource_configuration_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
150 151 152 |
# File 'sig/types.rbs', line 150 def next_token @next_token end |