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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_types ⇒ Array<Types::InstanceTypeItem>

Information about the instance types.

Returns:



1294
1295
1296
1297
1298
1299
1300
1301
# File 'lib/aws-sdk-outposts/types.rb', line 1294

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

#next_token ⇒ String

The pagination token.

Returns:

  • (String)


1294
1295
1296
1297
1298
1299
1300
1301
# File 'lib/aws-sdk-outposts/types.rb', line 1294

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

#outpost_arn ⇒ String

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


1294
1295
1296
1297
1298
1299
1300
1301
# File 'lib/aws-sdk-outposts/types.rb', line 1294

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

#outpost_id ⇒ String

The ID of the Outpost.

Returns:

  • (String)


1294
1295
1296
1297
1298
1299
1300
1301
# File 'lib/aws-sdk-outposts/types.rb', line 1294

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