Class: Aws::Types::GetMacieSessionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMacieSessionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#finding_publishing_frequency ⇒ "FIFTEEN_MINUTES", ...
Returns the value of attribute finding_publishing_frequency.
-
#service_role ⇒ ::String
Returns the value of attribute service_role.
-
#status ⇒ "PAUSED", "ENABLED"
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
893 894 895 |
# File 'sig/types.rbs', line 893 def created_at @created_at end |
#finding_publishing_frequency ⇒ "FIFTEEN_MINUTES", ...
Returns the value of attribute finding_publishing_frequency.
894 895 896 |
# File 'sig/types.rbs', line 894 def finding_publishing_frequency @finding_publishing_frequency end |
#service_role ⇒ ::String
Returns the value of attribute service_role.
895 896 897 |
# File 'sig/types.rbs', line 895 def service_role @service_role end |
#status ⇒ "PAUSED", "ENABLED"
Returns the value of attribute status.
896 897 898 |
# File 'sig/types.rbs', line 896 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
897 898 899 |
# File 'sig/types.rbs', line 897 def updated_at @updated_at end |