Class: Aws::DataZone::Types::UpdateDomainOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description to be updated as part of the ‘UpdateDomain` action.

Returns:

  • (String)


15519
15520
15521
15522
15523
15524
15525
15526
15527
15528
15529
# File 'lib/aws-sdk-datazone/types.rb', line 15519

class UpdateDomainOutput < Struct.new(
  :description,
  :domain_execution_role,
  :id,
  :last_updated_at,
  :name,
  :root_domain_unit_id,
  :single_sign_on)
  SENSITIVE = []
  include Aws::Structure
end

#domain_execution_roleString

The domain execution role to be updated as part of the ‘UpdateDomain` action.

Returns:

  • (String)


15519
15520
15521
15522
15523
15524
15525
15526
15527
15528
15529
# File 'lib/aws-sdk-datazone/types.rb', line 15519

class UpdateDomainOutput < Struct.new(
  :description,
  :domain_execution_role,
  :id,
  :last_updated_at,
  :name,
  :root_domain_unit_id,
  :single_sign_on)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


15519
15520
15521
15522
15523
15524
15525
15526
15527
15528
15529
# File 'lib/aws-sdk-datazone/types.rb', line 15519

class UpdateDomainOutput < Struct.new(
  :description,
  :domain_execution_role,
  :id,
  :last_updated_at,
  :name,
  :root_domain_unit_id,
  :single_sign_on)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

Specifies the timestamp of when the domain was last updated.

Returns:

  • (Time)


15519
15520
15521
15522
15523
15524
15525
15526
15527
15528
15529
# File 'lib/aws-sdk-datazone/types.rb', line 15519

class UpdateDomainOutput < Struct.new(
  :description,
  :domain_execution_role,
  :id,
  :last_updated_at,
  :name,
  :root_domain_unit_id,
  :single_sign_on)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name to be updated as part of the ‘UpdateDomain` action.

Returns:

  • (String)


15519
15520
15521
15522
15523
15524
15525
15526
15527
15528
15529
# File 'lib/aws-sdk-datazone/types.rb', line 15519

class UpdateDomainOutput < Struct.new(
  :description,
  :domain_execution_role,
  :id,
  :last_updated_at,
  :name,
  :root_domain_unit_id,
  :single_sign_on)
  SENSITIVE = []
  include Aws::Structure
end

#root_domain_unit_idString

The ID of the root domain unit.

Returns:

  • (String)


15519
15520
15521
15522
15523
15524
15525
15526
15527
15528
15529
# File 'lib/aws-sdk-datazone/types.rb', line 15519

class UpdateDomainOutput < Struct.new(
  :description,
  :domain_execution_role,
  :id,
  :last_updated_at,
  :name,
  :root_domain_unit_id,
  :single_sign_on)
  SENSITIVE = []
  include Aws::Structure
end

#single_sign_onTypes::SingleSignOn

The single sign-on option of the Amazon DataZone domain.

Returns:



15519
15520
15521
15522
15523
15524
15525
15526
15527
15528
15529
# File 'lib/aws-sdk-datazone/types.rb', line 15519

class UpdateDomainOutput < Struct.new(
  :description,
  :domain_execution_role,
  :id,
  :last_updated_at,
  :name,
  :root_domain_unit_id,
  :single_sign_on)
  SENSITIVE = []
  include Aws::Structure
end