Class: Aws::Types::User

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_string ⇒ ::String

Returns the value of attribute access_string.

Returns:

  • (::String)


1140
1141
1142
# File 'sig/types.rbs', line 1140

def access_string
  @access_string
end

#acl_names ⇒ ::Array[::String]

Returns the value of attribute acl_names.

Returns:

  • (::Array[::String])


1141
1142
1143
# File 'sig/types.rbs', line 1141

def acl_names
  @acl_names
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1144
1145
1146
# File 'sig/types.rbs', line 1144

def arn
  @arn
end

#authentication ⇒ Types::Authentication

Returns the value of attribute authentication.



1143
1144
1145
# File 'sig/types.rbs', line 1143

def authentication
  @authentication
end

#minimum_engine_version ⇒ ::String

Returns the value of attribute minimum_engine_version.

Returns:

  • (::String)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def minimum_engine_version
  @minimum_engine_version
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1138
1139
1140
# File 'sig/types.rbs', line 1138

def name
  @name
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1139
1140
1141
# File 'sig/types.rbs', line 1139

def status
  @status
end