Class: Aws::Types::UpdateDomainOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6495
6496
6497
# File 'sig/types.rbs', line 6495

def description
  @description
end

#domain_execution_role::String

Returns the value of attribute domain_execution_role.

Returns:

  • (::String)


6497
6498
6499
# File 'sig/types.rbs', line 6497

def domain_execution_role
  @domain_execution_role
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6493
6494
6495
# File 'sig/types.rbs', line 6493

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


6500
6501
6502
# File 'sig/types.rbs', line 6500

def last_updated_at
  @last_updated_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6499
6500
6501
# File 'sig/types.rbs', line 6499

def name
  @name
end

#root_domain_unit_id::String

Returns the value of attribute root_domain_unit_id.

Returns:

  • (::String)


6494
6495
6496
# File 'sig/types.rbs', line 6494

def root_domain_unit_id
  @root_domain_unit_id
end

#service_role::String

Returns the value of attribute service_role.

Returns:

  • (::String)


6498
6499
6500
# File 'sig/types.rbs', line 6498

def service_role
  @service_role
end

#single_sign_onTypes::SingleSignOn

Returns the value of attribute single_sign_on.

Returns:



6496
6497
6498
# File 'sig/types.rbs', line 6496

def single_sign_on
  @single_sign_on
end