Class: Aws::Types::DescribeInstanceRefreshesAnswer
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceRefreshesAnswer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_refreshes ⇒ ::Array[Types::InstanceRefresh]
Returns the value of attribute instance_refreshes.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instance_refreshes ⇒ ::Array[Types::InstanceRefresh]
Returns the value of attribute instance_refreshes.
443 444 445 |
# File 'sig/types.rbs', line 443 def instance_refreshes @instance_refreshes end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
444 445 446 |
# File 'sig/types.rbs', line 444 def next_token @next_token end |