Class: Aws::Types::Ec2InstanceAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::Ec2InstanceAggregationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#ami ⇒ ::String
Returns the value of attribute ami.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute instance_tags.
-
#network_findings ⇒ ::Integer
Returns the value of attribute network_findings.
-
#operating_system ⇒ ::String
Returns the value of attribute operating_system.
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def account_id @account_id end |
#ami ⇒ ::String
Returns the value of attribute ami.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def ami @ami end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def instance_id @instance_id end |
#instance_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute instance_tags.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def @instance_tags end |
#network_findings ⇒ ::Integer
Returns the value of attribute network_findings.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def network_findings @network_findings end |
#operating_system ⇒ ::String
Returns the value of attribute operating_system.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def @operating_system end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def severity_counts @severity_counts end |