Class: Aws::Types::ListConfigurationRevisionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListConfigurationRevisionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#revisions ⇒ ::Array[Types::ConfigurationRevision]
Returns the value of attribute revisions.
Instance Attribute Details
#configuration_id ⇒ ::String
Returns the value of attribute configuration_id.
584 585 586 |
# File 'sig/types.rbs', line 584 def configuration_id @configuration_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
585 586 587 |
# File 'sig/types.rbs', line 585 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
586 587 588 |
# File 'sig/types.rbs', line 586 def next_token @next_token end |
#revisions ⇒ ::Array[Types::ConfigurationRevision]
Returns the value of attribute revisions.
587 588 589 |
# File 'sig/types.rbs', line 587 def revisions @revisions end |