Class: Aws::MPA::Types::ListResourcePoliciesResponseResourcePolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::ListResourcePoliciesResponseResourcePolicy
- Defined in:
- gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb
Overview
Contains details about a policy for a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
Amazon Resource Name (ARN) for policy.
-
#policy_name ⇒ String
Name of the policy.
-
#policy_type ⇒ String
The type of policy.
Instance Attribute Details
#policy_arn ⇒ String
Amazon Resource Name (ARN) for policy.
1461 1462 1463 1464 1465 1466 1467 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1461 class ListResourcePoliciesResponseResourcePolicy < Struct.new( :policy_arn, :policy_type, :policy_name) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
Name of the policy.
1461 1462 1463 1464 1465 1466 1467 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1461 class ListResourcePoliciesResponseResourcePolicy < Struct.new( :policy_arn, :policy_type, :policy_name) SENSITIVE = [] include Aws::Structure end |
#policy_type ⇒ String
The type of policy.
1461 1462 1463 1464 1465 1466 1467 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1461 class ListResourcePoliciesResponseResourcePolicy < Struct.new( :policy_arn, :policy_type, :policy_name) SENSITIVE = [] include Aws::Structure end |