Class: Aws::SSOAdmin::Types::PutInlinePolicyToPermissionSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::PutInlinePolicyToPermissionSetRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inline_policy ⇒ String
The inline policy to attach to a PermissionSet.
-
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed.
-
#permission_set_arn ⇒ String
The ARN of the permission set.
Instance Attribute Details
#inline_policy ⇒ String
The inline policy to attach to a PermissionSet.
3722 3723 3724 3725 3726 3727 3728 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3722 class PutInlinePolicyToPermissionSetRequest < Struct.new( :inline_policy, :instance_arn, :permission_set_arn) SENSITIVE = [] include Aws::Structure end |
#instance_arn ⇒ String
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see [Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*.
3722 3723 3724 3725 3726 3727 3728 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3722 class PutInlinePolicyToPermissionSetRequest < Struct.new( :inline_policy, :instance_arn, :permission_set_arn) SENSITIVE = [] include Aws::Structure end |
#permission_set_arn ⇒ String
The ARN of the permission set.
3722 3723 3724 3725 3726 3727 3728 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3722 class PutInlinePolicyToPermissionSetRequest < Struct.new( :inline_policy, :instance_arn, :permission_set_arn) SENSITIVE = [] include Aws::Structure end |