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.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def account_id @account_id end |
#account_name ⇒ ::String
Returns the value of attribute account_name.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def account_name @account_name end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def availability_zone_id @availability_zone_id end |
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def instance_family @instance_family end |
#instance_platform ⇒ ::String
Returns the value of attribute instance_platform.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def instance_platform @instance_platform end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def instance_type @instance_type end |
#reservation_arn ⇒ ::String
Returns the value of attribute reservation_arn.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def reservation_arn @reservation_arn end |
#reservation_create_timestamp ⇒ ::Time
Returns the value of attribute reservation_create_timestamp.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def @reservation_create_timestamp end |
#reservation_end_date_type ⇒ "limited", "unlimited"
Returns the value of attribute reservation_end_date_type.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def reservation_end_date_type @reservation_end_date_type end |
#reservation_end_timestamp ⇒ ::Time
Returns the value of attribute reservation_end_timestamp.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def @reservation_end_timestamp end |
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def reservation_id @reservation_id end |
#reservation_instance_match_criteria ⇒ ::String
Returns the value of attribute reservation_instance_match_criteria.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def reservation_instance_match_criteria @reservation_instance_match_criteria end |
#reservation_start_timestamp ⇒ ::Time
Returns the value of attribute reservation_start_timestamp.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def @reservation_start_timestamp end |
#reservation_state ⇒ "active", ...
Returns the value of attribute reservation_state.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def reservation_state @reservation_state end |
#reservation_type ⇒ "capacity-block", "odcr"
Returns the value of attribute reservation_type.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def reservation_type @reservation_type end |
#reservation_unused_financial_owner ⇒ ::String
Returns the value of attribute reservation_unused_financial_owner.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def reservation_unused_financial_owner @reservation_unused_financial_owner end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def resource_region @resource_region end |
#tags ⇒ ::Array[Types::CapacityManagerTagDimension]
Returns the value of attribute tags.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def @tags end |
#tenancy ⇒ "default", "dedicated"
Returns the value of attribute tenancy.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def tenancy @tenancy end |