Class: Aws::Types::CreateAssetInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description, :forms_input])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def domain_identifier
  @domain_identifier
end

#external_identifier::String

Returns the value of attribute external_identifier.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def external_identifier
  @external_identifier
end

#forms_input::Array[Types::FormInput]

Returns the value of attribute forms_input.

Returns:



851
852
853
# File 'sig/types.rbs', line 851

def forms_input
  @forms_input
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


850
851
852
# File 'sig/types.rbs', line 850

def glossary_terms
  @glossary_terms
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def name
  @name
end

#owning_project_identifier::String

Returns the value of attribute owning_project_identifier.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def owning_project_identifier
  @owning_project_identifier
end

#prediction_configurationTypes::PredictionConfiguration

Returns the value of attribute prediction_configuration.



853
854
855
# File 'sig/types.rbs', line 853

def prediction_configuration
  @prediction_configuration
end

#type_identifier::String

Returns the value of attribute type_identifier.

Returns:

  • (::String)


847
848
849
# File 'sig/types.rbs', line 847

def type_identifier
  @type_identifier
end

#type_revision::String

Returns the value of attribute type_revision.

Returns:

  • (::String)


848
849
850
# File 'sig/types.rbs', line 848

def type_revision
  @type_revision
end