Class: Aws::Types::DescribeInstanceRefreshesType
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceRefreshesType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#instance_refresh_ids ⇒ ::Array[::String]
Returns the value of attribute instance_refresh_ids.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
449 450 451 |
# File 'sig/types.rbs', line 449 def auto_scaling_group_name @auto_scaling_group_name end |
#instance_refresh_ids ⇒ ::Array[::String]
Returns the value of attribute instance_refresh_ids.
450 451 452 |
# File 'sig/types.rbs', line 450 def instance_refresh_ids @instance_refresh_ids end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
452 453 454 |
# File 'sig/types.rbs', line 452 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
451 452 453 |
# File 'sig/types.rbs', line 451 def next_token @next_token end |