Class: Aws::Types::CoverageEc2InstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::CoverageEc2InstanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_details ⇒ Types::AgentDetails
Returns the value of attribute agent_details.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#management_type ⇒ "AUTO_MANAGED", ...
Returns the value of attribute management_type.
Instance Attribute Details
#agent_details ⇒ Types::AgentDetails
Returns the value of attribute agent_details.
372 373 374 |
# File 'sig/types.rbs', line 372 def agent_details @agent_details end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
371 372 373 |
# File 'sig/types.rbs', line 371 def cluster_arn @cluster_arn end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def instance_id @instance_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
370 371 372 |
# File 'sig/types.rbs', line 370 def instance_type @instance_type end |
#management_type ⇒ "AUTO_MANAGED", ...
Returns the value of attribute management_type.
373 374 375 |
# File 'sig/types.rbs', line 373 def management_type @management_type end |