Module: Aws::GuardDuty::Client::_GetMalwareProtectionPlanResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetMalwareProtectionPlanResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#actionsTypes::MalwareProtectionPlanActions



639
# File 'sig/client.rbs', line 639

def actions: () -> Types::MalwareProtectionPlanActions

#arn::String

Returns:

  • (::String)


636
# File 'sig/client.rbs', line 636

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


640
# File 'sig/client.rbs', line 640

def created_at: () -> ::Time

#protected_resourceTypes::CreateProtectedResource



638
# File 'sig/client.rbs', line 638

def protected_resource: () -> Types::CreateProtectedResource

#role::String

Returns:

  • (::String)


637
# File 'sig/client.rbs', line 637

def role: () -> ::String

#status"ACTIVE", ...

Returns:

  • ("ACTIVE", "WARNING", "ERROR")


641
# File 'sig/client.rbs', line 641

def status: () -> ("ACTIVE" | "WARNING" | "ERROR")

#status_reasons::Array[Types::MalwareProtectionPlanStatusReason]



642
# File 'sig/client.rbs', line 642

def status_reasons: () -> ::Array[Types::MalwareProtectionPlanStatusReason]

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


643
# File 'sig/client.rbs', line 643

def tags: () -> ::Hash[::String, ::String]