Class: Aws::Types::UserPendingChanges

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#console_accessBoolean

Returns the value of attribute console_access.



895
896
897
# File 'sig/types.rbs', line 895

def console_access
  @console_access
end

#groups::Array[::String]

Returns the value of attribute groups.



896
897
898
# File 'sig/types.rbs', line 896

def groups
  @groups
end

#pending_change"CREATE", ...

Returns the value of attribute pending_change.



897
898
899
# File 'sig/types.rbs', line 897

def pending_change
  @pending_change
end