Class: Aws::Types::PriceList
- Inherits:
-
Object
- Object
- Aws::Types::PriceList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#file_formats ⇒ ::Array[::String]
Returns the value of attribute file_formats.
-
#price_list_arn ⇒ ::String
Returns the value of attribute price_list_arn.
-
#region_code ⇒ ::String
Returns the value of attribute region_code.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
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.
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.
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.
127 128 129 |
# File 'sig/types.rbs', line 127 def region_code @region_code end |