Class: Aws::Types::Ec2InstanceAggregationResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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
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
  @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
  @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