Class: Aws::Resiliencehubv2::Types::ServicePolicyAssociatedMetadata

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

Overview

Metadata for a service policy associated event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

ARN identifier.

Returns:

  • (String)


4813
4814
4815
4816
4817
4818
4819
4820
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4813

class ServicePolicyAssociatedMetadata < Struct.new(
  :policy_name,
  :policy_arn,
  :policy_owner_account_id,
  :policy_source)
  SENSITIVE = []
  include Aws::Structure
end

#policy_nameString

The name of the associated policy.

Returns:

  • (String)


4813
4814
4815
4816
4817
4818
4819
4820
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4813

class ServicePolicyAssociatedMetadata < Struct.new(
  :policy_name,
  :policy_arn,
  :policy_owner_account_id,
  :policy_source)
  SENSITIVE = []
  include Aws::Structure
end

#policy_owner_account_idString

The account that owns the policy.

Returns:

  • (String)


4813
4814
4815
4816
4817
4818
4819
4820
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4813

class ServicePolicyAssociatedMetadata < Struct.new(
  :policy_name,
  :policy_arn,
  :policy_owner_account_id,
  :policy_source)
  SENSITIVE = []
  include Aws::Structure
end

#policy_sourceString

The source of the policy.

  • SELF — the policy belongs to the account that owns the service.

  • CROSS_ACCOUNT — the policy belongs to another account and was shared with the organization.

Returns:

  • (String)


4813
4814
4815
4816
4817
4818
4819
4820
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4813

class ServicePolicyAssociatedMetadata < Struct.new(
  :policy_name,
  :policy_arn,
  :policy_owner_account_id,
  :policy_source)
  SENSITIVE = []
  include Aws::Structure
end