Class: Aws::DataZone::Types::CreateDataProductRevisionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateDataProductRevisionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :forms_input, :name]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#description ⇒ String
The description of the data product revision.
-
#domain_identifier ⇒ String
The ID of the domain where the data product revision is created.
-
#forms_input ⇒ Array<Types::FormInput>
The metadata forms of the data product revision.
-
#glossary_terms ⇒ Array<String>
The glossary terms of the data product revision.
-
#identifier ⇒ String
The ID of the data product revision.
-
#items ⇒ Array<Types::DataProductItem>
The data assets of the data product revision.
-
#name ⇒ String
The name of the data product revision.
Instance Attribute Details
#client_token ⇒ String
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.
1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-datazone/types.rb', line 1969 class CreateDataProductRevisionInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :identifier, :items, :name) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |
#description ⇒ String
The description of the data product revision.
1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-datazone/types.rb', line 1969 class CreateDataProductRevisionInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :identifier, :items, :name) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |
#domain_identifier ⇒ String
The ID of the domain where the data product revision is created.
1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-datazone/types.rb', line 1969 class CreateDataProductRevisionInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :identifier, :items, :name) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |
#forms_input ⇒ Array<Types::FormInput>
The metadata forms of the data product revision.
1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-datazone/types.rb', line 1969 class CreateDataProductRevisionInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :identifier, :items, :name) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
The glossary terms of the data product revision.
1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-datazone/types.rb', line 1969 class CreateDataProductRevisionInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :identifier, :items, :name) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |
#identifier ⇒ String
The ID of the data product revision.
1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-datazone/types.rb', line 1969 class CreateDataProductRevisionInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :identifier, :items, :name) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |
#items ⇒ Array<Types::DataProductItem>
The data assets of the data product revision.
1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-datazone/types.rb', line 1969 class CreateDataProductRevisionInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :identifier, :items, :name) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |
#name ⇒ String
The name of the data product revision.
1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-datazone/types.rb', line 1969 class CreateDataProductRevisionInput < Struct.new( :client_token, :description, :domain_identifier, :forms_input, :glossary_terms, :identifier, :items, :name) SENSITIVE = [:description, :forms_input, :name] include Aws::Structure end |