Class: Aws::Types::VmInstanceAggregationResponse

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)


3034
3035
3036
# File 'sig/types.rbs', line 3034

def 
  @account_id
end

#cloud_account_id ⇒ ::String

Returns the value of attribute cloud_account_id.

Returns:

  • (::String)


3027
3028
3029
# File 'sig/types.rbs', line 3027

def 
  
end

#cloud_org_id ⇒ ::String

Returns the value of attribute cloud_org_id.

Returns:

  • (::String)


3030
3031
3032
# File 'sig/types.rbs', line 3030

def cloud_org_id
  @cloud_org_id
end

#cloud_partition ⇒ ::String

Returns the value of attribute cloud_partition.

Returns:

  • (::String)


3028
3029
3030
# File 'sig/types.rbs', line 3028

def cloud_partition
  @cloud_partition
end

#cloud_provider ⇒ "AWS", "AZURE"

Returns the value of attribute cloud_provider.

Returns:

  • ("AWS", "AZURE")


3026
3027
3028
# File 'sig/types.rbs', line 3026

def cloud_provider
  @cloud_provider
end

#cloud_region ⇒ ::String

Returns the value of attribute cloud_region.

Returns:

  • (::String)


3029
3030
3031
# File 'sig/types.rbs', line 3029

def cloud_region
  @cloud_region
end

#exploit_available_active_findings_count ⇒ ::Integer

Returns the value of attribute exploit_available_active_findings_count.

Returns:

  • (::Integer)


3037
3038
3039
# File 'sig/types.rbs', line 3037

def exploit_available_active_findings_count
  @exploit_available_active_findings_count
end

#fix_available_active_findings_count ⇒ ::Integer

Returns the value of attribute fix_available_active_findings_count.

Returns:

  • (::Integer)


3038
3039
3040
# File 'sig/types.rbs', line 3038

def fix_available_active_findings_count
  @fix_available_active_findings_count
end

#network_findings ⇒ ::Integer

Returns the value of attribute network_findings.

Returns:

  • (::Integer)


3036
3037
3038
# File 'sig/types.rbs', line 3036

def network_findings
  @network_findings
end

#operating_system ⇒ ::String

Returns the value of attribute operating_system.

Returns:

  • (::String)


3032
3033
3034
# File 'sig/types.rbs', line 3032

def operating_system
  @operating_system
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


3025
3026
3027
# File 'sig/types.rbs', line 3025

def resource_id
  @resource_id
end

#severity_counts ⇒ Types::SeverityCounts

Returns the value of attribute severity_counts.



3035
3036
3037
# File 'sig/types.rbs', line 3035

def severity_counts
  @severity_counts
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


3033
3034
3035
# File 'sig/types.rbs', line 3033

def tags
  @tags
end

#vm_image_reference ⇒ ::String

Returns the value of attribute vm_image_reference.

Returns:

  • (::String)


3031
3032
3033
# File 'sig/types.rbs', line 3031

def vm_image_reference
  @vm_image_reference
end