Class: Aws::Resiliencehubv2::Types::ServicePolicyDisassociatedMetadata

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

Overview

Metadata for a service policy disassociated event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

ARN identifier.

Returns:

  • (String)


4851
4852
4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4851

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

#policy_nameString

The name of the disassociated policy.

Returns:

  • (String)


4851
4852
4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4851

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

#policy_owner_account_idString

The account that owns the policy.

Returns:

  • (String)


4851
4852
4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4851

class ServicePolicyDisassociatedMetadata < Struct.new(
  :policy_name,
  :policy_arn,
  :policy_owner_account_id,
  :policy_source,
  :reason)
  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)


4851
4852
4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4851

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

#reasonString

The reason the policy was disassociated from the service.

Returns:

  • (String)


4851
4852
4853
4854
4855
4856
4857
4858
4859
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4851

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