Class: Aws::DataZone::Types::UpdateDomainInput

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

#client_tokenString

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


10991
10992
10993
10994
10995
10996
10997
10998
10999
11000
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10991

class UpdateDomainInput < Struct.new(
  :client_token,
  :description,
  :domain_execution_role,
  :identifier,
  :name,
  :single_sign_on)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

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

Returns:

  • (String)


10991
10992
10993
10994
10995
10996
10997
10998
10999
11000
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10991

class UpdateDomainInput < Struct.new(
  :client_token,
  :description,
  :domain_execution_role,
  :identifier,
  :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)


10991
10992
10993
10994
10995
10996
10997
10998
10999
11000
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10991

class UpdateDomainInput < Struct.new(
  :client_token,
  :description,
  :domain_execution_role,
  :identifier,
  :name,
  :single_sign_on)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the Amazon Web Services domain that is to be updated.

Returns:

  • (String)


10991
10992
10993
10994
10995
10996
10997
10998
10999
11000
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10991

class UpdateDomainInput < Struct.new(
  :client_token,
  :description,
  :domain_execution_role,
  :identifier,
  :name,
  :single_sign_on)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


10991
10992
10993
10994
10995
10996
10997
10998
10999
11000
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10991

class UpdateDomainInput < Struct.new(
  :client_token,
  :description,
  :domain_execution_role,
  :identifier,
  :name,
  :single_sign_on)
  SENSITIVE = []
  include Aws::Structure
end

#single_sign_onTypes::SingleSignOn

The single sign-on option to be updated as part of the UpdateDomain action.

Returns:



10991
10992
10993
10994
10995
10996
10997
10998
10999
11000
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10991

class UpdateDomainInput < Struct.new(
  :client_token,
  :description,
  :domain_execution_role,
  :identifier,
  :name,
  :single_sign_on)
  SENSITIVE = []
  include Aws::Structure
end