Class: Aws::Outposts::Types::GetOutpostInstanceTypesInput

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

Overview

Note:

When making an API call, you may pass GetOutpostInstanceTypesInput data as a hash:

{
  outpost_id: "OutpostId", # required
  next_token: "Token",
  max_results: 1,
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum page size.

Returns:

  • (Integer)


653
654
655
656
657
658
659
# File 'lib/aws-sdk-outposts/types.rb', line 653

class GetOutpostInstanceTypesInput < Struct.new(
  :outpost_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


653
654
655
656
657
658
659
# File 'lib/aws-sdk-outposts/types.rb', line 653

class GetOutpostInstanceTypesInput < Struct.new(
  :outpost_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#outpost_idString

The ID or the Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


653
654
655
656
657
658
659
# File 'lib/aws-sdk-outposts/types.rb', line 653

class GetOutpostInstanceTypesInput < Struct.new(
  :outpost_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end