Class: Aws::MigrationHubRefactorSpaces::Types::PutResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::PutResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
A JSON-formatted string for an Amazon Web Services resource-based policy.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to which the policy is being attached.
Instance Attribute Details
#policy ⇒ String
A JSON-formatted string for an Amazon Web Services resource-based policy.
1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1976 class PutResourcePolicyRequest < Struct.new( :policy, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to which the policy is being attached.
1976 1977 1978 1979 1980 1981 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1976 class PutResourcePolicyRequest < Struct.new( :policy, :resource_arn) SENSITIVE = [] include Aws::Structure end |