Class: Aws::DataZone::Types::DeleteProjectInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteProjectInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the project is deleted.
-
#identifier ⇒ String
The identifier of the project that is to be deleted.
-
#skip_deletion_check ⇒ Boolean
Specifies the optional flag to delete all child entities within the project.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the project is deleted.
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 |
#identifier ⇒ String
The identifier of the project that is to be deleted.
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_check ⇒ Boolean
Specifies the optional flag to delete all child entities within the project.
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 |