Module: Aws::Macie2::Client::_GetAutomatedDiscoveryConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAutomatedDiscoveryConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auto_enable_organization_members ⇒ "ALL", ...
- #classification_scope_id ⇒ ::String
- #disabled_at ⇒ ::Time
- #first_enabled_at ⇒ ::Time
- #last_updated_at ⇒ ::Time
- #sensitivity_inspection_template_id ⇒ ::String
- #status ⇒ "ENABLED", "DISABLED"
Instance Method Details
#auto_enable_organization_members ⇒ "ALL", ...
475 |
# File 'sig/client.rbs', line 475
def auto_enable_organization_members: () -> ("ALL" | "NEW" | "NONE")
|
#classification_scope_id ⇒ ::String
476 |
# File 'sig/client.rbs', line 476
def classification_scope_id: () -> ::String
|
#disabled_at ⇒ ::Time
477 |
# File 'sig/client.rbs', line 477
def disabled_at: () -> ::Time
|
#first_enabled_at ⇒ ::Time
478 |
# File 'sig/client.rbs', line 478
def first_enabled_at: () -> ::Time
|
#last_updated_at ⇒ ::Time
479 |
# File 'sig/client.rbs', line 479
def last_updated_at: () -> ::Time
|
#sensitivity_inspection_template_id ⇒ ::String
480 |
# File 'sig/client.rbs', line 480
def sensitivity_inspection_template_id: () -> ::String
|
#status ⇒ "ENABLED", "DISABLED"
481 |
# File 'sig/client.rbs', line 481
def status: () -> ("ENABLED" | "DISABLED")
|