Module: Aws::Macie2::Client::_GetMacieSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMacieSessionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #finding_publishing_frequency ⇒ "FIFTEEN_MINUTES", ...
- #service_role ⇒ ::String
- #status ⇒ "PAUSED", "ENABLED"
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
620 |
# File 'sig/client.rbs', line 620
def created_at: () -> ::Time
|
#finding_publishing_frequency ⇒ "FIFTEEN_MINUTES", ...
621 |
# File 'sig/client.rbs', line 621
def finding_publishing_frequency: () -> ("FIFTEEN_MINUTES" | "ONE_HOUR" | "SIX_HOURS")
|
#service_role ⇒ ::String
622 |
# File 'sig/client.rbs', line 622
def service_role: () -> ::String
|
#status ⇒ "PAUSED", "ENABLED"
623 |
# File 'sig/client.rbs', line 623
def status: () -> ("PAUSED" | "ENABLED")
|
#updated_at ⇒ ::Time
624 |
# File 'sig/client.rbs', line 624
def updated_at: () -> ::Time
|