Class: Aws::Types::ListStackInstanceResourceDriftsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListStackInstanceResourceDriftsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#summaries ⇒ ::Array[Types::StackInstanceResourceDriftsSummary]
Returns the value of attribute summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def next_token @next_token end |
#summaries ⇒ ::Array[Types::StackInstanceResourceDriftsSummary]
Returns the value of attribute summaries.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def summaries @summaries end |