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
636 |
# File 'sig/client.rbs', line 636
def actions: () -> Types::MalwareProtectionPlanActions
|
#arn ⇒ ::String
633 |
# File 'sig/client.rbs', line 633
def arn: () -> ::String
|
#created_at ⇒ ::Time
637 |
# File 'sig/client.rbs', line 637
def created_at: () -> ::Time
|
#protected_resource ⇒ Types::CreateProtectedResource
635 |
# File 'sig/client.rbs', line 635
def protected_resource: () -> Types::CreateProtectedResource
|
#role ⇒ ::String
634 |
# File 'sig/client.rbs', line 634
def role: () -> ::String
|
#status ⇒ "ACTIVE", ...
638 |
# File 'sig/client.rbs', line 638
def status: () -> ("ACTIVE" | "WARNING" | "ERROR")
|
#status_reasons ⇒ ::Array[Types::MalwareProtectionPlanStatusReason]
639 |
# File 'sig/client.rbs', line 639
def status_reasons: () -> ::Array[Types::MalwareProtectionPlanStatusReason]
|
#tags ⇒ ::Hash[::String, ::String]
640 |
# File 'sig/client.rbs', line 640
def tags: () -> ::Hash[::String, ::String]
|