Class: Aws::Types::MemberAccountEc2DeepInspectionStatusState
- Inherits:
-
Object
- Object
- Aws::Types::MemberAccountEc2DeepInspectionStatusState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#status ⇒ "ACTIVATED", ...
Returns the value of attribute status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def account_id @account_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def @error_message end |
#status ⇒ "ACTIVATED", ...
Returns the value of attribute status.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def status @status end |