Class: Aws::Types::CoverageResourceDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_detailsTypes::CoverageEc2InstanceDetails

Returns the value of attribute ec2_instance_details.



424
425
426
# File 'sig/types.rbs', line 424

def ec2_instance_details
  @ec2_instance_details
end

#ecs_cluster_detailsTypes::CoverageEcsClusterDetails

Returns the value of attribute ecs_cluster_details.



423
424
425
# File 'sig/types.rbs', line 423

def ecs_cluster_details
  @ecs_cluster_details
end

#eks_cluster_detailsTypes::CoverageEksClusterDetails

Returns the value of attribute eks_cluster_details.



422
423
424
# File 'sig/types.rbs', line 422

def eks_cluster_details
  @eks_cluster_details
end

#resource_type"EKS", ...

Returns the value of attribute resource_type.

Returns:

  • ("EKS", "ECS", "EC2")


425
426
427
# File 'sig/types.rbs', line 425

def resource_type
  @resource_type
end