Class: Aws::Outposts::Types::GetOutpostInstanceTypesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_typesArray<Types::InstanceTypeItem>

Information about the instance types.

Returns:



817
818
819
820
821
822
823
824
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 817

class GetOutpostInstanceTypesOutput < Struct.new(
  :instance_types,
  :next_token,
  :outpost_id,
  :outpost_arn)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


817
818
819
820
821
822
823
824
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 817

class GetOutpostInstanceTypesOutput < Struct.new(
  :instance_types,
  :next_token,
  :outpost_id,
  :outpost_arn)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_arnString

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


817
818
819
820
821
822
823
824
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 817

class GetOutpostInstanceTypesOutput < Struct.new(
  :instance_types,
  :next_token,
  :outpost_id,
  :outpost_arn)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_idString

The ID of the Outpost.

Returns:

  • (String)


817
818
819
820
821
822
823
824
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 817

class GetOutpostInstanceTypesOutput < Struct.new(
  :instance_types,
  :next_token,
  :outpost_id,
  :outpost_arn)
  SENSITIVE = []
  include Aws::Structure
end