Class: Aws::Types::BundleInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_names::Array[::String]

Returns the value of attribute bundle_names.

Returns:

  • (::Array[::String])


40
41
42
# File 'sig/types.rbs', line 40

def bundle_names
  @bundle_names
end

#pricing_tier"TIER_1", ...

Returns the value of attribute pricing_tier.

Returns:

  • ("TIER_1", "TIER_2", "TIER_3", "TIER_4")


41
42
43
# File 'sig/types.rbs', line 41

def pricing_tier
  @pricing_tier
end