Class: Aws::DataZone::Types::DeleteProjectInput

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

#domain_identifierString

The ID of the Amazon DataZone domain in which the project is deleted.

Returns:

  • (String)


5043
5044
5045
5046
5047
5048
5049
# File 'lib/aws-sdk-datazone/types.rb', line 5043

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

#identifierString

The identifier of the project that is to be deleted.

Returns:

  • (String)


5043
5044
5045
5046
5047
5048
5049
# File 'lib/aws-sdk-datazone/types.rb', line 5043

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

#skip_deletion_checkBoolean

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

Returns:

  • (Boolean)


5043
5044
5045
5046
5047
5048
5049
# File 'lib/aws-sdk-datazone/types.rb', line 5043

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