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_identifier ⇒ String

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

Returns:

  • (String)


7478
7479
7480
7481
7482
7483
7484
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7478

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

#identifier ⇒ String

The identifier of the project that is to be deleted.

Returns:

  • (String)


7478
7479
7480
7481
7482
7483
7484
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7478

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

#skip_deletion_check ⇒ Boolean

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

Returns:

  • (Boolean)


7478
7479
7480
7481
7482
7483
7484
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7478

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