Class: Aws::Types::AutomatedDiscoveryAccount
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedDiscoveryAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
89 90 91 |
# File 'sig/types.rbs', line 89 def account_id @account_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
90 91 92 |
# File 'sig/types.rbs', line 90 def status @status end |