Class: Aws::Types::AmiAggregationResponse

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)


161
162
163
# File 'sig/types.rbs', line 161

def 
  @account_id
end

#affected_instances::Integer

Returns the value of attribute affected_instances.

Returns:

  • (::Integer)


168
169
170
# File 'sig/types.rbs', line 168

def affected_instances
  @affected_instances
end

#ami::String

Returns the value of attribute ami.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def ami
  @ami
end

#cloud_account_id::String

Returns the value of attribute cloud_account_id.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def 
  @cloud_account_id
end

#cloud_org_id::String

Returns the value of attribute cloud_org_id.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def cloud_org_id
  @cloud_org_id
end

#cloud_partition::String

Returns the value of attribute cloud_partition.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def cloud_partition
  @cloud_partition
end

#cloud_provider"AWS", "AZURE"

Returns the value of attribute cloud_provider.

Returns:

  • ("AWS", "AZURE")


162
163
164
# File 'sig/types.rbs', line 162

def cloud_provider
  @cloud_provider
end

#cloud_region::String

Returns the value of attribute cloud_region.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def cloud_region
  @cloud_region
end

#severity_countsTypes::SeverityCounts

Returns the value of attribute severity_counts.



167
168
169
# File 'sig/types.rbs', line 167

def severity_counts
  @severity_counts
end