Class: Aws::Types::CatalogItem
- Inherits:
-
Object
- Object
- Aws::Types::CatalogItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_item_id ⇒ ::String
Returns the value of attribute catalog_item_id.
-
#ec2_capacities ⇒ ::Array[Types::EC2Capacity]
Returns the value of attribute ec2_capacities.
-
#item_status ⇒ "AVAILABLE", "DISCONTINUED"
Returns the value of attribute item_status.
-
#power_kva ⇒ ::Float
Returns the value of attribute power_kva.
-
#supported_storage ⇒ ::Array[("EBS" | "S3")]
Returns the value of attribute supported_storage.
-
#supported_uplink_gbps ⇒ ::Array[::Integer]
Returns the value of attribute supported_uplink_gbps.
-
#weight_lbs ⇒ ::Integer
Returns the value of attribute weight_lbs.
Instance Attribute Details
#catalog_item_id ⇒ ::String
Returns the value of attribute catalog_item_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def catalog_item_id @catalog_item_id end |
#ec2_capacities ⇒ ::Array[Types::EC2Capacity]
Returns the value of attribute ec2_capacities.
112 113 114 |
# File 'sig/types.rbs', line 112 def ec2_capacities @ec2_capacities end |
#item_status ⇒ "AVAILABLE", "DISCONTINUED"
Returns the value of attribute item_status.
111 112 113 |
# File 'sig/types.rbs', line 111 def item_status @item_status end |
#power_kva ⇒ ::Float
Returns the value of attribute power_kva.
113 114 115 |
# File 'sig/types.rbs', line 113 def power_kva @power_kva end |
#supported_storage ⇒ ::Array[("EBS" | "S3")]
Returns the value of attribute supported_storage.
116 117 118 |
# File 'sig/types.rbs', line 116 def supported_storage @supported_storage end |
#supported_uplink_gbps ⇒ ::Array[::Integer]
Returns the value of attribute supported_uplink_gbps.
115 116 117 |
# File 'sig/types.rbs', line 115 def supported_uplink_gbps @supported_uplink_gbps end |
#weight_lbs ⇒ ::Integer
Returns the value of attribute weight_lbs.
114 115 116 |
# File 'sig/types.rbs', line 114 def weight_lbs @weight_lbs end |