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)


3963
3964
3965
# File 'sig/types.rbs', line 3963

def assignment_name
  @assignment_name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


3964
3965
3966
# File 'sig/types.rbs', line 3964

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


3965
3966
3967
# File 'sig/types.rbs', line 3965

def status
  @status
end