Class: Aws::Types::Ec2InstanceAggregationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def 
  @account_id
end

#ami::String

Returns the value of attribute ami.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def ami
  @ami
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def operating_system
  @operating_system
end

#severity_countsTypes::SeverityCounts

Returns the value of attribute severity_counts.



1317
1318
1319
# File 'sig/types.rbs', line 1317

def severity_counts
  @severity_counts
end