Class: Aws::Outposts::Types::CatalogItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::CatalogItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Information about a catalog item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_item_id ⇒ String
The ID of the catalog item.
-
#ec2_capacities ⇒ Array<Types::EC2Capacity>
Information about the EC2 capacity of an item.
-
#item_status ⇒ String
The status of a catalog item.
-
#power_kva ⇒ Float
Information about the power draw of an item.
-
#supported_storage ⇒ Array<String>
The supported storage options for the catalog item.
-
#supported_uplink_gbps ⇒ Array<Integer>
The uplink speed this catalog item requires for the connection to the Region.
-
#weight_lbs ⇒ Integer
The weight of the item in pounds.
Instance Attribute Details
#catalog_item_id ⇒ String
The ID of the catalog item.
352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-outposts/types.rb', line 352 class CatalogItem < Struct.new( :catalog_item_id, :item_status, :ec2_capacities, :power_kva, :weight_lbs, :supported_uplink_gbps, :supported_storage) SENSITIVE = [] include Aws::Structure end |
#ec2_capacities ⇒ Array<Types::EC2Capacity>
Information about the EC2 capacity of an item.
352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-outposts/types.rb', line 352 class CatalogItem < Struct.new( :catalog_item_id, :item_status, :ec2_capacities, :power_kva, :weight_lbs, :supported_uplink_gbps, :supported_storage) SENSITIVE = [] include Aws::Structure end |
#item_status ⇒ String
The status of a catalog item.
352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-outposts/types.rb', line 352 class CatalogItem < Struct.new( :catalog_item_id, :item_status, :ec2_capacities, :power_kva, :weight_lbs, :supported_uplink_gbps, :supported_storage) SENSITIVE = [] include Aws::Structure end |
#power_kva ⇒ Float
Information about the power draw of an item.
352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-outposts/types.rb', line 352 class CatalogItem < Struct.new( :catalog_item_id, :item_status, :ec2_capacities, :power_kva, :weight_lbs, :supported_uplink_gbps, :supported_storage) SENSITIVE = [] include Aws::Structure end |
#supported_storage ⇒ Array<String>
The supported storage options for the catalog item.
352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-outposts/types.rb', line 352 class CatalogItem < Struct.new( :catalog_item_id, :item_status, :ec2_capacities, :power_kva, :weight_lbs, :supported_uplink_gbps, :supported_storage) SENSITIVE = [] include Aws::Structure end |
#supported_uplink_gbps ⇒ Array<Integer>
The uplink speed this catalog item requires for the connection to the Region.
352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-outposts/types.rb', line 352 class CatalogItem < Struct.new( :catalog_item_id, :item_status, :ec2_capacities, :power_kva, :weight_lbs, :supported_uplink_gbps, :supported_storage) SENSITIVE = [] include Aws::Structure end |
#weight_lbs ⇒ Integer
The weight of the item in pounds.
352 353 354 355 356 357 358 359 360 361 362 |
# File 'lib/aws-sdk-outposts/types.rb', line 352 class CatalogItem < Struct.new( :catalog_item_id, :item_status, :ec2_capacities, :power_kva, :weight_lbs, :supported_uplink_gbps, :supported_storage) SENSITIVE = [] include Aws::Structure end |