Class: Aws::SSOAdmin::Types::DeleteInlinePolicyFromPermissionSetRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1166

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

#permission_set_arnString

The ARN of the permission set that will be used to remove access.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1166

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