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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


11522
11523
11524
11525
11526
11527
11528
11529
11530
11531
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11522

class UpdateDomainOutput < Struct.new(
  :description,
  :domain_execution_role,
  :id,
  :last_updated_at,
  :name,
  :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)


11522
11523
11524
11525
11526
11527
11528
11529
11530
11531
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11522

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

#idString

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


11522
11523
11524
11525
11526
11527
11528
11529
11530
11531
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11522

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

#last_updated_atTime

Specifies the timestamp of when the domain was last updated.

Returns:

  • (Time)


11522
11523
11524
11525
11526
11527
11528
11529
11530
11531
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11522

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

#nameString

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

Returns:

  • (String)


11522
11523
11524
11525
11526
11527
11528
11529
11530
11531
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11522

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

#single_sign_onTypes::SingleSignOn

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

Returns:



11522
11523
11524
11525
11526
11527
11528
11529
11530
11531
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11522

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