Class: Aws::Types::GetAutomatedDiscoveryConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAutomatedDiscoveryConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_enable_organization_members ⇒ "ALL", ...
Returns the value of attribute auto_enable_organization_members.
-
#classification_scope_id ⇒ ::String
Returns the value of attribute classification_scope_id.
-
#disabled_at ⇒ ::Time
Returns the value of attribute disabled_at.
-
#first_enabled_at ⇒ ::Time
Returns the value of attribute first_enabled_at.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#sensitivity_inspection_template_id ⇒ ::String
Returns the value of attribute sensitivity_inspection_template_id.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#auto_enable_organization_members ⇒ "ALL", ...
Returns the value of attribute auto_enable_organization_members.
758 759 760 |
# File 'sig/types.rbs', line 758 def auto_enable_organization_members @auto_enable_organization_members end |
#classification_scope_id ⇒ ::String
Returns the value of attribute classification_scope_id.
759 760 761 |
# File 'sig/types.rbs', line 759 def classification_scope_id @classification_scope_id end |
#disabled_at ⇒ ::Time
Returns the value of attribute disabled_at.
760 761 762 |
# File 'sig/types.rbs', line 760 def disabled_at @disabled_at end |
#first_enabled_at ⇒ ::Time
Returns the value of attribute first_enabled_at.
761 762 763 |
# File 'sig/types.rbs', line 761 def first_enabled_at @first_enabled_at end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
762 763 764 |
# File 'sig/types.rbs', line 762 def last_updated_at @last_updated_at end |
#sensitivity_inspection_template_id ⇒ ::String
Returns the value of attribute sensitivity_inspection_template_id.
763 764 765 |
# File 'sig/types.rbs', line 763 def sensitivity_inspection_template_id @sensitivity_inspection_template_id end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
764 765 766 |
# File 'sig/types.rbs', line 764 def status @status end |