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)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def container_association_arn
  @container_association_arn
end

#container_association_name::String

Returns the value of attribute container_association_name.

Returns:

  • (::String)


1789
1790
1791
# File 'sig/types.rbs', line 1789

def container_association_name
  @container_association_name
end

#container_monitoring_configurations::Array[Types::ContainerMonitoringConfiguration]

Returns the value of attribute container_monitoring_configurations.



1793
1794
1795
# File 'sig/types.rbs', line 1793

def container_monitoring_configurations
  @container_monitoring_configurations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1791
1792
1793
# File 'sig/types.rbs', line 1791

def description
  @description
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1794
1795
1796
# File 'sig/types.rbs', line 1794

def tags
  @tags
end

#type"ECS", "EKS"

Returns the value of attribute type.

Returns:

  • ("ECS", "EKS")


1792
1793
1794
# File 'sig/types.rbs', line 1792

def type
  @type
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def update_token
  @update_token
end