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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1342
1343
1344
1345
1346
# File 'lib/aws-sdk-outposts/types.rb', line 1342

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