Class: Aws::VPCLattice::Types::PutResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::PutResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
An IAM policy.
-
#resource_arn ⇒ String
The ID or ARN of the service network or service for which the policy is created.
Instance Attribute Details
#policy ⇒ String
An IAM policy. The policy string in JSON must not contain newlines or blank lines.
3659 3660 3661 3662 3663 3664 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3659 class PutResourcePolicyRequest < Struct.new( :policy, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ID or ARN of the service network or service for which the policy is created.
3659 3660 3661 3662 3663 3664 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3659 class PutResourcePolicyRequest < Struct.new( :policy, :resource_arn) SENSITIVE = [] include Aws::Structure end |