Class: Aws::Types::UpdateContainerAssociationResponse

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)


1773
1774
1775
# File 'sig/types.rbs', line 1773

def container_association_arn
  @container_association_arn
end

#container_association_name::String

Returns the value of attribute container_association_name.

Returns:

  • (::String)


1772
1773
1774
# File 'sig/types.rbs', line 1772

def container_association_name
  @container_association_name
end

#container_monitoring_configurations::Array[Types::ContainerMonitoringConfiguration]

Returns the value of attribute container_monitoring_configurations.



1776
1777
1778
# File 'sig/types.rbs', line 1776

def container_monitoring_configurations
  @container_monitoring_configurations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1774
1775
1776
# File 'sig/types.rbs', line 1774

def description
  @description
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATING", "DELETING", "UPDATING")


1777
1778
1779
# File 'sig/types.rbs', line 1777

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1778
1779
1780
# File 'sig/types.rbs', line 1778

def tags
  @tags
end

#type"ECS", "EKS"

Returns the value of attribute type.

Returns:

  • ("ECS", "EKS")


1775
1776
1777
# File 'sig/types.rbs', line 1775

def type
  @type
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


1779
1780
1781
# File 'sig/types.rbs', line 1779

def update_token
  @update_token
end