Class: Aws::Outposts::Types::GetOutpostSupportedInstanceTypesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetOutpostSupportedInstanceTypesInput
- 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.
-
#order_id ⇒ String
The ID for the Amazon Web Services Outposts order.
-
#outpost_identifier ⇒ String
The ID or ARN of the Outpost.
Instance Attribute Details
#max_results ⇒ Integer
The maximum page size.
856 857 858 859 860 861 862 863 |
# File 'lib/aws-sdk-outposts/types.rb', line 856 class GetOutpostSupportedInstanceTypesInput < Struct.new( :outpost_identifier, :order_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
856 857 858 859 860 861 862 863 |
# File 'lib/aws-sdk-outposts/types.rb', line 856 class GetOutpostSupportedInstanceTypesInput < Struct.new( :outpost_identifier, :order_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#order_id ⇒ String
The ID for the Amazon Web Services Outposts order.
856 857 858 859 860 861 862 863 |
# File 'lib/aws-sdk-outposts/types.rb', line 856 class GetOutpostSupportedInstanceTypesInput < Struct.new( :outpost_identifier, :order_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#outpost_identifier ⇒ String
The ID or ARN of the Outpost.
856 857 858 859 860 861 862 863 |
# File 'lib/aws-sdk-outposts/types.rb', line 856 class GetOutpostSupportedInstanceTypesInput < Struct.new( :outpost_identifier, :order_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |