Class: Aws::Types::ListConfigurationRevisionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListConfigurationRevisionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#revisions ⇒ ::Array[Types::ConfigurationRevision]
Returns the value of attribute revisions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def next_token @next_token end |
#revisions ⇒ ::Array[Types::ConfigurationRevision]
Returns the value of attribute revisions.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def revisions @revisions end |