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

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

#domain_identifierString

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

Returns:

  • (String)


4886
4887
4888
4889
4890
4891
4892
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4886

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)


4886
4887
4888
4889
4890
4891
4892
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4886

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)


4886
4887
4888
4889
4890
4891
4892
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4886

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