Class: Aws::GuardDuty::Types::GetMalwareProtectionPlanResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsTypes::MalwareProtectionPlanActions

Information about whether the tags will be added to the S3 object after scanning.



4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4732

class GetMalwareProtectionPlanResponse < Struct.new(
  :arn,
  :role,
  :protected_resource,
  :actions,
  :created_at,
  :status,
  :status_reasons,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

Amazon Resource Name (ARN) of the protected resource.

Returns:

  • (String)


4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4732

class GetMalwareProtectionPlanResponse < Struct.new(
  :arn,
  :role,
  :protected_resource,
  :actions,
  :created_at,
  :status,
  :status_reasons,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the Malware Protection plan resource was created.

Returns:

  • (Time)


4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4732

class GetMalwareProtectionPlanResponse < Struct.new(
  :arn,
  :role,
  :protected_resource,
  :actions,
  :created_at,
  :status,
  :status_reasons,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#protected_resourceTypes::CreateProtectedResource

Information about the protected resource that is associated with the created Malware Protection plan. Presently, S3Bucket is the only supported protected resource.



4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4732

class GetMalwareProtectionPlanResponse < Struct.new(
  :arn,
  :role,
  :protected_resource,
  :actions,
  :created_at,
  :status,
  :status_reasons,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

Amazon Resource Name (ARN) of the IAM role that includes the permissions to scan and add tags to the associated protected resource.

Returns:

  • (String)


4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4732

class GetMalwareProtectionPlanResponse < Struct.new(
  :arn,
  :role,
  :protected_resource,
  :actions,
  :created_at,
  :status,
  :status_reasons,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Malware Protection plan status.

Returns:

  • (String)


4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4732

class GetMalwareProtectionPlanResponse < Struct.new(
  :arn,
  :role,
  :protected_resource,
  :actions,
  :created_at,
  :status,
  :status_reasons,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonsArray<Types::MalwareProtectionPlanStatusReason>

Information about the issue code and message associated to the status of your Malware Protection plan.



4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4732

class GetMalwareProtectionPlanResponse < Struct.new(
  :arn,
  :role,
  :protected_resource,
  :actions,
  :created_at,
  :status,
  :status_reasons,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags added to the Malware Protection plan resource.

Returns:

  • (Hash<String,String>)


4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4732

class GetMalwareProtectionPlanResponse < Struct.new(
  :arn,
  :role,
  :protected_resource,
  :actions,
  :created_at,
  :status,
  :status_reasons,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end