Class: Aws::Types::GetResourceConfigHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceConfigHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_items ⇒ ::Array[Types::ConfigurationItem]
Returns the value of attribute configuration_items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configuration_items ⇒ ::Array[Types::ConfigurationItem]
Returns the value of attribute configuration_items.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def configuration_items @configuration_items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def next_token @next_token end |