Class: Aws::Outposts::Types::GetOutpostSupportedInstanceTypesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetOutpostSupportedInstanceTypesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_types ⇒ Array<Types::InstanceTypeItem>
Information about the instance types.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#instance_types ⇒ Array<Types::InstanceTypeItem>
Information about the instance types.
983 984 985 986 987 988 |
# File 'lib/aws-sdk-outposts/types.rb', line 983 class GetOutpostSupportedInstanceTypesOutput < Struct.new( :instance_types, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
983 984 985 986 987 988 |
# File 'lib/aws-sdk-outposts/types.rb', line 983 class GetOutpostSupportedInstanceTypesOutput < Struct.new( :instance_types, :next_token) SENSITIVE = [] include Aws::Structure end |