Class: Aws::Types::CatalogItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_item_id::String

Returns the value of attribute catalog_item_id.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • ("AVAILABLE", "DISCONTINUED")


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Array[("EBS" | "S3")])


116
117
118
# File 'sig/types.rbs', line 116

def supported_storage
  @supported_storage
end

Returns the value of attribute supported_uplink_gbps.

Returns:

  • (::Array[::Integer])


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.

Returns:

  • (::Integer)


114
115
116
# File 'sig/types.rbs', line 114

def weight_lbs
  @weight_lbs
end