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)


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

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


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

def domain_identifier
  @domain_identifier
end

#forms_input::Array[Types::FormInput]

Returns the value of attribute forms_input.

Returns:



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

def forms_input
  @forms_input
end

#glossary_terms::Array[::String]

Returns the value of attribute glossary_terms.

Returns:

  • (::Array[::String])


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

def glossary_terms
  @glossary_terms
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


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

def identifier
  @identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#prediction_configurationTypes::PredictionConfiguration

Returns the value of attribute prediction_configuration.



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

def prediction_configuration
  @prediction_configuration
end

#type_revision::String

Returns the value of attribute type_revision.

Returns:

  • (::String)


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

def type_revision
  @type_revision
end