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