Class: Aws::Types::BlockedGuestUser

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#admin::String

Returns the value of attribute admin.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def admin
  @admin
end

#modified::String

Returns the value of attribute modified.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def modified
  @modified
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def username
  @username
end

#username_hash::String

Returns the value of attribute username_hash.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def username_hash
  @username_hash
end