Class: Aws::Types::CreateContainerAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_association_name::String

Returns the value of attribute container_association_name.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def container_association_name
  @container_association_name
end

#container_monitoring_configurations::Array[Types::ContainerMonitoringConfiguration]

Returns the value of attribute container_monitoring_configurations.



182
183
184
# File 'sig/types.rbs', line 182

def container_monitoring_configurations
  @container_monitoring_configurations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def description
  @description
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



183
184
185
# File 'sig/types.rbs', line 183

def tags
  @tags
end

#type"ECS", "EKS"

Returns the value of attribute type.

Returns:

  • ("ECS", "EKS")


181
182
183
# File 'sig/types.rbs', line 181

def type
  @type
end