Class: Aws::Types::DescribeContainerAssociationResponse

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)


520
521
522
# File 'sig/types.rbs', line 520

def container_association_arn
  @container_association_arn
end

#container_association_name::String

Returns the value of attribute container_association_name.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def container_association_name
  @container_association_name
end

#container_monitoring_configurations::Array[Types::ContainerMonitoringConfiguration]

Returns the value of attribute container_monitoring_configurations.



523
524
525
# File 'sig/types.rbs', line 523

def container_monitoring_configurations
  @container_monitoring_configurations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


521
522
523
# File 'sig/types.rbs', line 521

def description
  @description
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


526
527
528
# File 'sig/types.rbs', line 526

def last_updated_time
  @last_updated_time
end

#resolved_cidr_count::Integer

Returns the value of attribute resolved_cidr_count.

Returns:

  • (::Integer)


525
526
527
# File 'sig/types.rbs', line 525

def resolved_cidr_count
  @resolved_cidr_count
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


524
525
526
# File 'sig/types.rbs', line 524

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



527
528
529
# File 'sig/types.rbs', line 527

def tags
  @tags
end

#type"ECS", "EKS"

Returns the value of attribute type.

Returns:

  • ("ECS", "EKS")


522
523
524
# File 'sig/types.rbs', line 522

def type
  @type
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def update_token
  @update_token
end