Class: Aws::DataZone::Types::CreateAssetInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description, :external_identifier, :forms_input, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 896

class CreateAssetInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :external_identifier,
  :forms_input,
  :glossary_terms,
  :name,
  :owning_project_identifier,
  :prediction_configuration,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :external_identifier, :forms_input, :name]
  include Aws::Structure
end

#descriptionString

Asset description.

Returns:

  • (String)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 896

class CreateAssetInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :external_identifier,
  :forms_input,
  :glossary_terms,
  :name,
  :owning_project_identifier,
  :prediction_configuration,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :external_identifier, :forms_input, :name]
  include Aws::Structure
end

#domain_identifierString

Amazon DataZone domain where the asset is created.

Returns:

  • (String)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 896

class CreateAssetInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :external_identifier,
  :forms_input,
  :glossary_terms,
  :name,
  :owning_project_identifier,
  :prediction_configuration,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :external_identifier, :forms_input, :name]
  include Aws::Structure
end

#external_identifierString

The external identifier of the asset.

Returns:

  • (String)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 896

class CreateAssetInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :external_identifier,
  :forms_input,
  :glossary_terms,
  :name,
  :owning_project_identifier,
  :prediction_configuration,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :external_identifier, :forms_input, :name]
  include Aws::Structure
end

#forms_inputArray<Types::FormInput>

Metadata forms attached to the asset.

Returns:



896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 896

class CreateAssetInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :external_identifier,
  :forms_input,
  :glossary_terms,
  :name,
  :owning_project_identifier,
  :prediction_configuration,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :external_identifier, :forms_input, :name]
  include Aws::Structure
end

#glossary_termsArray<String>

Glossary terms attached to the asset.

Returns:

  • (Array<String>)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 896

class CreateAssetInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :external_identifier,
  :forms_input,
  :glossary_terms,
  :name,
  :owning_project_identifier,
  :prediction_configuration,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :external_identifier, :forms_input, :name]
  include Aws::Structure
end

#nameString

Asset name.

Returns:

  • (String)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 896

class CreateAssetInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :external_identifier,
  :forms_input,
  :glossary_terms,
  :name,
  :owning_project_identifier,
  :prediction_configuration,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :external_identifier, :forms_input, :name]
  include Aws::Structure
end

#owning_project_identifierString

The unique identifier of the project that owns this asset.

Returns:

  • (String)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 896

class CreateAssetInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :external_identifier,
  :forms_input,
  :glossary_terms,
  :name,
  :owning_project_identifier,
  :prediction_configuration,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :external_identifier, :forms_input, :name]
  include Aws::Structure
end

#prediction_configurationTypes::PredictionConfiguration

The configuration of the automatically generated business-friendly metadata for the asset.



896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 896

class CreateAssetInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :external_identifier,
  :forms_input,
  :glossary_terms,
  :name,
  :owning_project_identifier,
  :prediction_configuration,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :external_identifier, :forms_input, :name]
  include Aws::Structure
end

#type_identifierString

The unique identifier of this asset's type.

Returns:

  • (String)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 896

class CreateAssetInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :external_identifier,
  :forms_input,
  :glossary_terms,
  :name,
  :owning_project_identifier,
  :prediction_configuration,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :external_identifier, :forms_input, :name]
  include Aws::Structure
end

#type_revisionString

The revision of this asset's type.

Returns:

  • (String)


896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 896

class CreateAssetInput < Struct.new(
  :client_token,
  :description,
  :domain_identifier,
  :external_identifier,
  :forms_input,
  :glossary_terms,
  :name,
  :owning_project_identifier,
  :prediction_configuration,
  :type_identifier,
  :type_revision)
  SENSITIVE = [:description, :external_identifier, :forms_input, :name]
  include Aws::Structure
end