Module: Aws::GuardDuty::Client::_GetMalwareProtectionPlanResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMalwareProtectionPlanResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #actions ⇒ Types::MalwareProtectionPlanActions
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #protected_resource ⇒ Types::CreateProtectedResource
- #role ⇒ ::String
- #status ⇒ "ACTIVE", ...
- #status_reasons ⇒ ::Array[Types::MalwareProtectionPlanStatusReason]
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#actions ⇒ Types::MalwareProtectionPlanActions
718 |
# File 'sig/client.rbs', line 718
def actions: () -> Types::MalwareProtectionPlanActions
|
#arn ⇒ ::String
715 |
# File 'sig/client.rbs', line 715
def arn: () -> ::String
|
#created_at ⇒ ::Time
719 |
# File 'sig/client.rbs', line 719
def created_at: () -> ::Time
|
#protected_resource ⇒ Types::CreateProtectedResource
717 |
# File 'sig/client.rbs', line 717
def protected_resource: () -> Types::CreateProtectedResource
|
#role ⇒ ::String
716 |
# File 'sig/client.rbs', line 716
def role: () -> ::String
|
#status ⇒ "ACTIVE", ...
720 |
# File 'sig/client.rbs', line 720
def status: () -> ("ACTIVE" | "WARNING" | "ERROR")
|
#status_reasons ⇒ ::Array[Types::MalwareProtectionPlanStatusReason]
721 |
# File 'sig/client.rbs', line 721
def status_reasons: () -> ::Array[Types::MalwareProtectionPlanStatusReason]
|
#tags ⇒ ::Hash[::String, ::String]
722 |
# File 'sig/client.rbs', line 722
def tags: () -> ::Hash[::String, ::String]
|