Class: Aws::Types::DatasetOwnerInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email])

Instance Attribute Summary collapse

Instance Attribute Details

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def email
  @email
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def name
  @name
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def phone_number
  @phone_number
end