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.
875 876 877 878 879 880 |
# File 'lib/aws-sdk-outposts/types.rb', line 875 class GetOutpostSupportedInstanceTypesOutput < Struct.new( :instance_types, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
875 876 877 878 879 880 |
# File 'lib/aws-sdk-outposts/types.rb', line 875 class GetOutpostSupportedInstanceTypesOutput < Struct.new( :instance_types, :next_token) SENSITIVE = [] include Aws::Structure end |