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



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

def actions: () -> Types::MalwareProtectionPlanActions

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#protected_resourceTypes::CreateProtectedResource



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

def protected_resource: () -> Types::CreateProtectedResource

#role::String

Returns:

  • (::String)


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

def role: () -> ::String

#status"ACTIVE", ...

Returns:

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


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]

Returns:

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


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

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