Class: Aws::Types::PriceList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def currency_code
  @currency_code
end

#file_formats::Array[::String]

Returns the value of attribute file_formats.

Returns:

  • (::Array[::String])


129
130
131
# File 'sig/types.rbs', line 129

def file_formats
  @file_formats
end

#price_list_arn::String

Returns the value of attribute price_list_arn.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def price_list_arn
  @price_list_arn
end

#region_code::String

Returns the value of attribute region_code.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def region_code
  @region_code
end