Class: Aws::Types::IAMPolicyAssignmentSummary

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)


6667
6668
6669
# File 'sig/types.rbs', line 6667

def assignment_name
  @assignment_name
end

#assignment_status"ENABLED", ...

Returns the value of attribute assignment_status.

Returns:

  • ("ENABLED", "DRAFT", "DISABLED")


6668
6669
6670
# File 'sig/types.rbs', line 6668

def assignment_status
  @assignment_status
end