Class: Aws::Types::GetMalwareProtectionPlanResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionsTypes::MalwareProtectionPlanActions

Returns the value of attribute actions.



1376
1377
1378
# File 'sig/types.rbs', line 1376

def actions
  @actions
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1377
1378
1379
# File 'sig/types.rbs', line 1377

def created_at
  @created_at
end

#protected_resourceTypes::CreateProtectedResource

Returns the value of attribute protected_resource.



1375
1376
1377
# File 'sig/types.rbs', line 1375

def protected_resource
  @protected_resource
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


1374
1375
1376
# File 'sig/types.rbs', line 1374

def role
  @role
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


1378
1379
1380
# File 'sig/types.rbs', line 1378

def status
  @status
end

#status_reasons::Array[Types::MalwareProtectionPlanStatusReason]

Returns the value of attribute status_reasons.



1379
1380
1381
# File 'sig/types.rbs', line 1379

def status_reasons
  @status_reasons
end

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

Returns the value of attribute tags.

Returns:

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


1380
1381
1382
# File 'sig/types.rbs', line 1380

def tags
  @tags
end