Class: Aws::Types::CoverageResourceDetails
- Inherits:
-
Object
- Object
- Aws::Types::CoverageResourceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_instance_details ⇒ Types::CoverageEc2InstanceDetails
Returns the value of attribute ec2_instance_details.
-
#ecs_cluster_details ⇒ Types::CoverageEcsClusterDetails
Returns the value of attribute ecs_cluster_details.
-
#eks_cluster_details ⇒ Types::CoverageEksClusterDetails
Returns the value of attribute eks_cluster_details.
-
#resource_type ⇒ "EKS", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#ec2_instance_details ⇒ Types::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_details ⇒ Types::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_details ⇒ Types::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.
425 426 427 |
# File 'sig/types.rbs', line 425 def resource_type @resource_type end |