Class: Aws::Types::DeleteIAMPolicyAssignmentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_name::String

Returns the value of attribute assignment_name.

Returns:

  • (::String)


4120
4121
4122
# File 'sig/types.rbs', line 4120

def assignment_name
  @assignment_name
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4119
4120
4121
# File 'sig/types.rbs', line 4119

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


4121
4122
4123
# File 'sig/types.rbs', line 4121

def namespace
  @namespace
end