Class: Aws::Types::DeleteIAMPolicyAssignmentResponse

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)


4126
4127
4128
# File 'sig/types.rbs', line 4126

def assignment_name
  @assignment_name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4127
4128
4129
# File 'sig/types.rbs', line 4127

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4128
4129
4130
# File 'sig/types.rbs', line 4128

def status
  @status
end