Class: Aws::Outposts::Types::GetOutpostInstanceTypesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetOutpostInstanceTypesInput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum page size.
-
#next_token ⇒ String
The pagination token.
-
#outpost_id ⇒ String
The ID or the Amazon Resource Name (ARN) of the Outpost.
Instance Attribute Details
#max_results ⇒ Integer
The maximum page size.
610 611 612 613 614 615 616 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 610 class GetOutpostInstanceTypesInput < Struct.new( :outpost_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
610 611 612 613 614 615 616 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 610 class GetOutpostInstanceTypesInput < Struct.new( :outpost_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#outpost_id ⇒ String
The ID or the Amazon Resource Name (ARN) of the Outpost.
610 611 612 613 614 615 616 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 610 class GetOutpostInstanceTypesInput < Struct.new( :outpost_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |