Class: Aws::Types::EnableMacieRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableMacieRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#finding_publishing_frequency ⇒ "FIFTEEN_MINUTES", ...
Returns the value of attribute finding_publishing_frequency.
-
#status ⇒ "PAUSED", "ENABLED"
Returns the value of attribute status.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
646 647 648 |
# File 'sig/types.rbs', line 646 def client_token @client_token end |
#finding_publishing_frequency ⇒ "FIFTEEN_MINUTES", ...
Returns the value of attribute finding_publishing_frequency.
647 648 649 |
# File 'sig/types.rbs', line 647 def finding_publishing_frequency @finding_publishing_frequency end |
#status ⇒ "PAUSED", "ENABLED"
Returns the value of attribute status.
648 649 650 |
# File 'sig/types.rbs', line 648 def status @status end |