Class: Aws::DataZone::Types::DeleteDomainInput

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)


3406
3407
3408
3409
3410
3411
3412
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3406

class DeleteDomainInput < Struct.new(
  :client_token,
  :identifier,
  :skip_deletion_check)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The identifier of the Amazon Web Services domain that is to be deleted.

Returns:

  • (String)


3406
3407
3408
3409
3410
3411
3412
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3406

class DeleteDomainInput < Struct.new(
  :client_token,
  :identifier,
  :skip_deletion_check)
  SENSITIVE = []
  include Aws::Structure
end

#skip_deletion_checkBoolean

Specifies the optional flag to delete all child entities within the domain.

Returns:

  • (Boolean)


3406
3407
3408
3409
3410
3411
3412
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3406

class DeleteDomainInput < Struct.new(
  :client_token,
  :identifier,
  :skip_deletion_check)
  SENSITIVE = []
  include Aws::Structure
end