Class: Aws::Outposts::Types::GetRenewalPricingOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pricing_optionsArray<Types::PricingOption>

The pricing options for the specified Outpost.

Returns:



1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1166

class GetRenewalPricingOutput < Struct.new(
  :pricing_result,
  :pricing_options)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_resultString

The result of the pricing request.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1166

class GetRenewalPricingOutput < Struct.new(
  :pricing_result,
  :pricing_options)
  SENSITIVE = []
  include Aws::Structure
end