Class: Aws::Types::UpdateContainerAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_association_arn::String

Returns the value of attribute container_association_arn.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def container_association_arn
  @container_association_arn
end

#container_association_name::String

Returns the value of attribute container_association_name.

Returns:

  • (::String)


1761
1762
1763
# File 'sig/types.rbs', line 1761

def container_association_name
  @container_association_name
end

#container_monitoring_configurations::Array[Types::ContainerMonitoringConfiguration]

Returns the value of attribute container_monitoring_configurations.



1765
1766
1767
# File 'sig/types.rbs', line 1765

def container_monitoring_configurations
  @container_monitoring_configurations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1763
1764
1765
# File 'sig/types.rbs', line 1763

def description
  @description
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1766
1767
1768
# File 'sig/types.rbs', line 1766

def tags
  @tags
end

#type"ECS", "EKS"

Returns the value of attribute type.

Returns:

  • ("ECS", "EKS")


1764
1765
1766
# File 'sig/types.rbs', line 1764

def type
  @type
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1767
1768
1769
# File 'sig/types.rbs', line 1767

def update_token
  @update_token
end