Class: Aws::Types::AmiAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::AmiAggregationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#affected_instances ⇒ ::Integer
Returns the value of attribute affected_instances.
-
#ami ⇒ ::String
Returns the value of attribute ami.
-
#cloud_account_id ⇒ ::String
Returns the value of attribute cloud_account_id.
-
#cloud_org_id ⇒ ::String
Returns the value of attribute cloud_org_id.
-
#cloud_partition ⇒ ::String
Returns the value of attribute cloud_partition.
-
#cloud_provider ⇒ "AWS", "AZURE"
Returns the value of attribute cloud_provider.
-
#cloud_region ⇒ ::String
Returns the value of attribute cloud_region.
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
161 162 163 |
# File 'sig/types.rbs', line 161 def account_id @account_id end |
#affected_instances ⇒ ::Integer
Returns the value of attribute affected_instances.
168 169 170 |
# File 'sig/types.rbs', line 168 def affected_instances @affected_instances end |
#ami ⇒ ::String
Returns the value of attribute ami.
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.
166 167 168 |
# File 'sig/types.rbs', line 166 def cloud_account_id @cloud_account_id end |
#cloud_org_id ⇒ ::String
Returns the value of attribute cloud_org_id.
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.
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.
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.
164 165 166 |
# File 'sig/types.rbs', line 164 def cloud_region @cloud_region end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
167 168 169 |
# File 'sig/types.rbs', line 167 def severity_counts @severity_counts end |