Class: Aws::Types::DescribeContainerGroupPortMappingsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_name::String

Returns the value of attribute compute_name.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def compute_name
  @compute_name
end

#container_group_type"GAME_SERVER", "PER_INSTANCE"

Returns the value of attribute container_group_type.

Returns:

  • ("GAME_SERVER", "PER_INSTANCE")


720
721
722
# File 'sig/types.rbs', line 720

def container_group_type
  @container_group_type
end

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


723
724
725
# File 'sig/types.rbs', line 723

def container_name
  @container_name
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def fleet_id
  @fleet_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def instance_id
  @instance_id
end