Class: Aws::Outposts::Types::GetRenewalPricingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetRenewalPricingInput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#outpost_identifier ⇒ String
The ID or ARN of the Outpost.
Instance Attribute Details
#outpost_identifier ⇒ String
The ID or ARN of the Outpost.
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 |