Class: Aws::Types::GetPriceListFileUrlRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPriceListFileUrlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_format ⇒ ::String
Returns the value of attribute file_format.
-
#price_list_arn ⇒ ::String
Returns the value of attribute price_list_arn.
Instance Attribute Details
#file_format ⇒ ::String
Returns the value of attribute file_format.
64 65 66 |
# File 'sig/types.rbs', line 64 def file_format @file_format end |
#price_list_arn ⇒ ::String
Returns the value of attribute price_list_arn.
63 64 65 |
# File 'sig/types.rbs', line 63 def price_list_arn @price_list_arn end |