Class: Aws::Types::CreateContainerAssociationResponse

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)


190
191
192
# File 'sig/types.rbs', line 190

def container_association_arn
  @container_association_arn
end

#container_association_name::String

Returns the value of attribute container_association_name.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def container_association_name
  @container_association_name
end

#container_monitoring_configurations::Array[Types::ContainerMonitoringConfiguration]

Returns the value of attribute container_monitoring_configurations.



193
194
195
# File 'sig/types.rbs', line 193

def container_monitoring_configurations
  @container_monitoring_configurations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def description
  @description
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


194
195
196
# File 'sig/types.rbs', line 194

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



195
196
197
# File 'sig/types.rbs', line 195

def tags
  @tags
end

#type"ECS", "EKS"

Returns the value of attribute type.

Returns:

  • ("ECS", "EKS")


192
193
194
# File 'sig/types.rbs', line 192

def type
  @type
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def update_token
  @update_token
end