Class: Aws::Types::DescribeContainerGroupPortMappingsOutput

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)


733
734
735
# File 'sig/types.rbs', line 733

def compute_name
  @compute_name
end

#container_group_definition_arn::String

Returns the value of attribute container_group_definition_arn.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def container_group_definition_arn
  @container_group_definition_arn
end

#container_group_port_mappings::Array[Types::ContainerGroupPortMapping]

Returns the value of attribute container_group_port_mappings.

Returns:



735
736
737
# File 'sig/types.rbs', line 735

def container_group_port_mappings
  @container_group_port_mappings
end

#container_group_type"GAME_SERVER", "PER_INSTANCE"

Returns the value of attribute container_group_type.

Returns:

  • ("GAME_SERVER", "PER_INSTANCE")


732
733
734
# File 'sig/types.rbs', line 732

def container_group_type
  @container_group_type
end

#fleet_arn::String

Returns the value of attribute fleet_arn.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def fleet_arn
  @fleet_arn
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def fleet_id
  @fleet_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def instance_id
  @instance_id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def location
  @location
end