Class: Aws::Types::GetSetupHistoryResult
- Inherits:
-
Object
- Object
- Aws::Types::GetSetupHistoryResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#setup_history ⇒ ::Array[Types::SetupHistory]
Returns the value of attribute setup_history.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def next_page_token @next_page_token end |
#setup_history ⇒ ::Array[Types::SetupHistory]
Returns the value of attribute setup_history.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def setup_history @setup_history end |