Class: Aws::Types::MemberAccountEc2DeepInspectionStatus
- Inherits:
-
Object
- Object
- Aws::Types::MemberAccountEc2DeepInspectionStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#activate_deep_inspection ⇒ Boolean
Returns the value of attribute activate_deep_inspection.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2200 2201 2202 |
# File 'sig/types.rbs', line 2200 def account_id @account_id end |
#activate_deep_inspection ⇒ Boolean
Returns the value of attribute activate_deep_inspection.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def activate_deep_inspection @activate_deep_inspection end |