Class: Aws::Outposts::Types::GetRenewalPricingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetRenewalPricingOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pricing_options ⇒ Array<Types::PricingOption>
The pricing options for the specified Outpost.
-
#pricing_result ⇒ String
The result of the pricing request.
Instance Attribute Details
#pricing_options ⇒ Array<Types::PricingOption>
The pricing options for the specified Outpost.
1166 1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-outposts/types.rb', line 1166 class GetRenewalPricingOutput < Struct.new( :pricing_result, :pricing_options) SENSITIVE = [] include Aws::Structure end |
#pricing_result ⇒ String
The result of the pricing request.
1166 1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-outposts/types.rb', line 1166 class GetRenewalPricingOutput < Struct.new( :pricing_result, :pricing_options) SENSITIVE = [] include Aws::Structure end |