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



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

def actions: () -> Types::MalwareProtectionPlanActions

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#protected_resourceTypes::CreateProtectedResource



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

def protected_resource: () -> Types::CreateProtectedResource

#role::String

Returns:

  • (::String)


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

def role: () -> ::String

#status"ACTIVE", ...

Returns:

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


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]

Returns:

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


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

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