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)


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

def container_association_arn
  @container_association_arn
end

#container_association_name::String

Returns the value of attribute container_association_name.

Returns:

  • (::String)


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

def container_association_name
  @container_association_name
end

#container_monitoring_configurations::Array[Types::ContainerMonitoringConfiguration]

Returns the value of attribute container_monitoring_configurations.



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

def container_monitoring_configurations
  @container_monitoring_configurations
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


531
532
533
# File 'sig/types.rbs', line 531

def last_updated_time
  @last_updated_time
end

#resolved_cidr_count::Integer

Returns the value of attribute resolved_cidr_count.

Returns:

  • (::Integer)


530
531
532
# File 'sig/types.rbs', line 530

def resolved_cidr_count
  @resolved_cidr_count
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


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

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



532
533
534
# File 'sig/types.rbs', line 532

def tags
  @tags
end

#type"ECS", "EKS"

Returns the value of attribute type.

Returns:

  • ("ECS", "EKS")


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

def type
  @type
end

#update_token::String

Returns the value of attribute update_token.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def update_token
  @update_token
end