Class: Aws::Outposts::Types::CatalogItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Information about a catalog item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_item_idString

The ID of the catalog item.

Returns:

  • (String)


273
274
275
276
277
278
279
280
281
282
283
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 273

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_capacitiesArray<Types::EC2Capacity>

Information about the EC2 capacity of an item.

Returns:



273
274
275
276
277
278
279
280
281
282
283
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 273

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_statusString

The status of a catalog item.

Returns:

  • (String)


273
274
275
276
277
278
279
280
281
282
283
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 273

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_kvaFloat

Information about the power draw of an item.

Returns:

  • (Float)


273
274
275
276
277
278
279
280
281
282
283
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 273

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_storageArray<String>

The supported storage options for the catalog item.

Returns:

  • (Array<String>)


273
274
275
276
277
278
279
280
281
282
283
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 273

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

The uplink speed this catalog item requires for the connection to the Region.

Returns:

  • (Array<Integer>)


273
274
275
276
277
278
279
280
281
282
283
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 273

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_lbsInteger

The weight of the item in pounds.

Returns:

  • (Integer)


273
274
275
276
277
278
279
280
281
282
283
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 273

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