Class: Aws::Outposts::Types::GetRenewalPricingInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetRenewalPricingInput
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-outposts/types.rb', line 1150 class GetRenewalPricingInput < Struct.new( :outpost_identifier) SENSITIVE = [] include Aws::Structure end |