Class: Aws::Finspace::Types::SuperuserParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

Configuration information for the superuser.

Constant Summary collapse

SENSITIVE =
[:email_address]

Instance Attribute Summary collapse

Instance Attribute Details

#email_addressString

The email address of the superuser.

Returns:

  • (String)


4635
4636
4637
4638
4639
4640
4641
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4635

class SuperuserParameters < Struct.new(
  :email_address,
  :first_name,
  :last_name)
  SENSITIVE = [:email_address]
  include Aws::Structure
end

#first_nameString

The first name of the superuser.

Returns:

  • (String)


4635
4636
4637
4638
4639
4640
4641
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4635

class SuperuserParameters < Struct.new(
  :email_address,
  :first_name,
  :last_name)
  SENSITIVE = [:email_address]
  include Aws::Structure
end

#last_nameString

The last name of the superuser.

Returns:

  • (String)


4635
4636
4637
4638
4639
4640
4641
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4635

class SuperuserParameters < Struct.new(
  :email_address,
  :first_name,
  :last_name)
  SENSITIVE = [:email_address]
  include Aws::Structure
end