Class: Aws::SSOAdmin::Types::AttachManagedPolicyToPermissionSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_arnString

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 in the Amazon Web Services General Reference.

Returns:

  • (String)


485
486
487
488
489
490
491
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 485

class AttachManagedPolicyToPermissionSetRequest < Struct.new(
  :instance_arn,
  :permission_set_arn,
  :managed_policy_arn)
  SENSITIVE = []
  include Aws::Structure
end

#managed_policy_arnString

The Amazon Web Services managed policy ARN to be attached to a permission set.

Returns:

  • (String)


485
486
487
488
489
490
491
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 485

class AttachManagedPolicyToPermissionSetRequest < Struct.new(
  :instance_arn,
  :permission_set_arn,
  :managed_policy_arn)
  SENSITIVE = []
  include Aws::Structure
end

#permission_set_arnString

The ARN of the PermissionSet that the managed policy should be attached to.

Returns:

  • (String)


485
486
487
488
489
490
491
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 485

class AttachManagedPolicyToPermissionSetRequest < Struct.new(
  :instance_arn,
  :permission_set_arn,
  :managed_policy_arn)
  SENSITIVE = []
  include Aws::Structure
end