Class: Aws::Types::GetOutpostInstanceTypesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_types::Array[Types::InstanceTypeItem]

Returns the value of attribute instance_types.

Returns:



356
357
358
# File 'sig/types.rbs', line 356

def instance_types
  @instance_types
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def next_token
  @next_token
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def outpost_arn
  @outpost_arn
end

#outpost_id::String

Returns the value of attribute outpost_id.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def outpost_id
  @outpost_id
end