Class: Aws::Types::ClusterMetadata

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

Defined Under Namespace

Classes: AwsEcsMetadataDetails, AwsEksMetadataDetails, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_ecs_metadata_detailsTypes::AwsEcsMetadataDetails

Returns the value of attribute aws_ecs_metadata_details.



630
631
632
# File 'sig/types.rbs', line 630

def 
  @aws_ecs_metadata_details
end

#aws_eks_metadata_detailsTypes::AwsEksMetadataDetails

Returns the value of attribute aws_eks_metadata_details.



631
632
633
# File 'sig/types.rbs', line 631

def 
  @aws_eks_metadata_details
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


632
633
634
# File 'sig/types.rbs', line 632

def unknown
  @unknown
end