Class: Aws::Types::CreateAssetRevisionInput

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)


891
892
893
# File 'sig/types.rbs', line 891

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


884
885
886
# File 'sig/types.rbs', line 884

def domain_identifier
  @domain_identifier
end

#forms_input::Array[Types::FormInput]

Returns the value of attribute forms_input.

Returns:



889
890
891
# File 'sig/types.rbs', line 889

def forms_input
  @forms_input
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


888
889
890
# File 'sig/types.rbs', line 888

def glossary_terms
  @glossary_terms
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def name
  @name
end

#prediction_configurationTypes::PredictionConfiguration

Returns the value of attribute prediction_configuration.



890
891
892
# File 'sig/types.rbs', line 890

def prediction_configuration
  @prediction_configuration
end

#type_revision::String

Returns the value of attribute type_revision.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def type_revision
  @type_revision
end