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)


6933
6934
6935
# File 'sig/types.rbs', line 6933

def assignment_name
  @assignment_name
end

#assignment_status"ENABLED", ...

Returns the value of attribute assignment_status.

Returns:

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


6934
6935
6936
# File 'sig/types.rbs', line 6934

def assignment_status
  @assignment_status
end