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)


3957
3958
3959
# File 'sig/types.rbs', line 3957

def assignment_name
  @assignment_name
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


3956
3957
3958
# File 'sig/types.rbs', line 3956

def 
  @aws_account_id
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


3958
3959
3960
# File 'sig/types.rbs', line 3958

def namespace
  @namespace
end