Class: Aws::Types::CapacityManagerDimension
- Inherits:
-
Object
- Object
- Aws::Types::CapacityManagerDimension
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
-
#instance_platform ⇒ ::String
Returns the value of attribute instance_platform.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#reservation_arn ⇒ ::String
Returns the value of attribute reservation_arn.
-
#reservation_create_timestamp ⇒ ::Time
Returns the value of attribute reservation_create_timestamp.
-
#reservation_end_date_type ⇒ "limited", "unlimited"
Returns the value of attribute reservation_end_date_type.
-
#reservation_end_timestamp ⇒ ::Time
Returns the value of attribute reservation_end_timestamp.
-
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
-
#reservation_instance_match_criteria ⇒ ::String
Returns the value of attribute reservation_instance_match_criteria.
-
#reservation_start_timestamp ⇒ ::Time
Returns the value of attribute reservation_start_timestamp.
-
#reservation_state ⇒ "active", ...
Returns the value of attribute reservation_state.
-
#reservation_type ⇒ "capacity-block", "odcr"
Returns the value of attribute reservation_type.
-
#reservation_unused_financial_owner ⇒ ::String
Returns the value of attribute reservation_unused_financial_owner.
-
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
-
#tags ⇒ ::Array[Types::CapacityManagerTagDimension]
Returns the value of attribute tags.
-
#tenancy ⇒ "default", "dedicated"
Returns the value of attribute tenancy.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def account_id @account_id end |
#account_name ⇒ ::String
Returns the value of attribute account_name.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def account_name @account_name end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def availability_zone_id @availability_zone_id end |
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def instance_family @instance_family end |
#instance_platform ⇒ ::String
Returns the value of attribute instance_platform.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def instance_platform @instance_platform end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def instance_type @instance_type end |
#reservation_arn ⇒ ::String
Returns the value of attribute reservation_arn.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def reservation_arn @reservation_arn end |
#reservation_create_timestamp ⇒ ::Time
Returns the value of attribute reservation_create_timestamp.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def @reservation_create_timestamp end |
#reservation_end_date_type ⇒ "limited", "unlimited"
Returns the value of attribute reservation_end_date_type.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def reservation_end_date_type @reservation_end_date_type end |
#reservation_end_timestamp ⇒ ::Time
Returns the value of attribute reservation_end_timestamp.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def @reservation_end_timestamp end |
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def reservation_id @reservation_id end |
#reservation_instance_match_criteria ⇒ ::String
Returns the value of attribute reservation_instance_match_criteria.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def reservation_instance_match_criteria @reservation_instance_match_criteria end |
#reservation_start_timestamp ⇒ ::Time
Returns the value of attribute reservation_start_timestamp.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def @reservation_start_timestamp end |
#reservation_state ⇒ "active", ...
Returns the value of attribute reservation_state.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def reservation_state @reservation_state end |
#reservation_type ⇒ "capacity-block", "odcr"
Returns the value of attribute reservation_type.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def reservation_type @reservation_type end |
#reservation_unused_financial_owner ⇒ ::String
Returns the value of attribute reservation_unused_financial_owner.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def reservation_unused_financial_owner @reservation_unused_financial_owner end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def resource_region @resource_region end |
#tags ⇒ ::Array[Types::CapacityManagerTagDimension]
Returns the value of attribute tags.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def @tags end |
#tenancy ⇒ "default", "dedicated"
Returns the value of attribute tenancy.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def tenancy @tenancy end |