Class: Aws::Outposts::Types::GetOutpostInstanceTypesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetOutpostInstanceTypesInput
- Includes:
- Structure
- Defined in:
- 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 ARN of the Outpost.
Instance Attribute Details
#max_results ⇒ Integer
The maximum page size.
899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-outposts/types.rb', line 899 class GetOutpostInstanceTypesInput < Struct.new( :outpost_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-outposts/types.rb', line 899 class GetOutpostInstanceTypesInput < Struct.new( :outpost_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#outpost_id ⇒ String
The ID or ARN of the Outpost.
899 900 901 902 903 904 905 |
# File 'lib/aws-sdk-outposts/types.rb', line 899 class GetOutpostInstanceTypesInput < Struct.new( :outpost_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |