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.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def account_id @account_id end |
#account_name ⇒ ::String
Returns the value of attribute account_name.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def account_name @account_name end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def availability_zone_id @availability_zone_id end |
#instance_family ⇒ ::String
Returns the value of attribute instance_family.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def instance_family @instance_family end |
#instance_platform ⇒ ::String
Returns the value of attribute instance_platform.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def instance_platform @instance_platform end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def instance_type @instance_type end |
#reservation_arn ⇒ ::String
Returns the value of attribute reservation_arn.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def reservation_arn @reservation_arn end |
#reservation_create_timestamp ⇒ ::Time
Returns the value of attribute reservation_create_timestamp.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def @reservation_create_timestamp end |
#reservation_end_date_type ⇒ "limited", "unlimited"
Returns the value of attribute reservation_end_date_type.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def reservation_end_date_type @reservation_end_date_type end |
#reservation_end_timestamp ⇒ ::Time
Returns the value of attribute reservation_end_timestamp.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def @reservation_end_timestamp end |
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def reservation_id @reservation_id end |
#reservation_instance_match_criteria ⇒ ::String
Returns the value of attribute reservation_instance_match_criteria.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def reservation_instance_match_criteria @reservation_instance_match_criteria end |
#reservation_start_timestamp ⇒ ::Time
Returns the value of attribute reservation_start_timestamp.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def @reservation_start_timestamp end |
#reservation_state ⇒ "active", ...
Returns the value of attribute reservation_state.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def reservation_state @reservation_state end |
#reservation_type ⇒ "capacity-block", "odcr"
Returns the value of attribute reservation_type.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def reservation_type @reservation_type end |
#reservation_unused_financial_owner ⇒ ::String
Returns the value of attribute reservation_unused_financial_owner.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def reservation_unused_financial_owner @reservation_unused_financial_owner end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def resource_region @resource_region end |
#tags ⇒ ::Array[Types::CapacityManagerTagDimension]
Returns the value of attribute tags.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def @tags end |
#tenancy ⇒ "default", "dedicated"
Returns the value of attribute tenancy.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def tenancy @tenancy end |