Class: Aws::Types::Bundle

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def bundle_id
  @bundle_id
end

#cpu_count::Integer

Returns the value of attribute cpu_count.

Returns:

  • (::Integer)


269
270
271
# File 'sig/types.rbs', line 269

def cpu_count
  @cpu_count
end

#disk_size_in_gb::Integer

Returns the value of attribute disk_size_in_gb.

Returns:

  • (::Integer)


270
271
272
# File 'sig/types.rbs', line 270

def disk_size_in_gb
  @disk_size_in_gb
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def instance_type
  @instance_type
end

#is_activeBoolean

Returns the value of attribute is_active.

Returns:

  • (Boolean)


273
274
275
# File 'sig/types.rbs', line 273

def is_active
  @is_active
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def name
  @name
end

#power::Integer

Returns the value of attribute power.

Returns:

  • (::Integer)


275
276
277
# File 'sig/types.rbs', line 275

def power
  @power
end

#price::Float

Returns the value of attribute price.

Returns:

  • (::Float)


268
269
270
# File 'sig/types.rbs', line 268

def price
  @price
end

#public_ipv_4_address_count::Integer

Returns the value of attribute public_ipv_4_address_count.

Returns:

  • (::Integer)


280
281
282
# File 'sig/types.rbs', line 280

def public_ipv_4_address_count
  @public_ipv_4_address_count
end

#ram_size_in_gb::Float

Returns the value of attribute ram_size_in_gb.

Returns:

  • (::Float)


276
277
278
# File 'sig/types.rbs', line 276

def ram_size_in_gb
  @ram_size_in_gb
end

#supported_app_categories::Array[("LfR")]

Returns the value of attribute supported_app_categories.

Returns:

  • (::Array[("LfR")])


279
280
281
# File 'sig/types.rbs', line 279

def supported_app_categories
  @supported_app_categories
end

#supported_platforms::Array[("LINUX_UNIX" | "WINDOWS")]

Returns the value of attribute supported_platforms.

Returns:

  • (::Array[("LINUX_UNIX" | "WINDOWS")])


278
279
280
# File 'sig/types.rbs', line 278

def supported_platforms
  @supported_platforms
end

#transfer_per_month_in_gb::Integer

Returns the value of attribute transfer_per_month_in_gb.

Returns:

  • (::Integer)


277
278
279
# File 'sig/types.rbs', line 277

def transfer_per_month_in_gb
  @transfer_per_month_in_gb
end