Class: Aws::Outposts::Types::GetRenewalPricingInput

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

#outpost_identifierString

The ID or ARN of the Outpost.

Returns:

  • (String)


1150
1151
1152
1153
1154
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1150

class GetRenewalPricingInput < Struct.new(
  :outpost_identifier)
  SENSITIVE = []
  include Aws::Structure
end