Class: Aws::Types::UpdateDomainInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


6488
6489
6490
# File 'sig/types.rbs', line 6488

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6483
6484
6485
# File 'sig/types.rbs', line 6483

def description
  @description
end

#domain_execution_role::String

Returns the value of attribute domain_execution_role.

Returns:

  • (::String)


6485
6486
6487
# File 'sig/types.rbs', line 6485

def domain_execution_role
  @domain_execution_role
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


6482
6483
6484
# File 'sig/types.rbs', line 6482

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6487
6488
6489
# File 'sig/types.rbs', line 6487

def name
  @name
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


6486
6487
6488
# File 'sig/types.rbs', line 6486

def service_role
  @service_role
end

#single_sign_onTypes::SingleSignOn

Returns the value of attribute single_sign_on.

Returns:



6484
6485
6486
# File 'sig/types.rbs', line 6484

def single_sign_on
  @single_sign_on
end