Class: Aws::Resiliencehubv2::Types::ServicePolicyDisassociatedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServicePolicyDisassociatedMetadata
- 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
-
#policy_arn ⇒ String
ARN identifier.
-
#policy_name ⇒ String
The name of the disassociated policy.
-
#policy_owner_account_id ⇒ String
The account that owns the policy.
-
#policy_source ⇒ String
The source of the policy.
-
#reason ⇒ String
The reason the policy was disassociated from the service.
Instance Attribute Details
#policy_arn ⇒ String
ARN identifier.
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_name ⇒ String
The name of the disassociated policy.
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_id ⇒ String
The account that owns the policy.
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_source ⇒ String
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.
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 |
#reason ⇒ String
The reason the policy was disassociated from the service.
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 |