Class: Aws::Types::CreateAssetRevisionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetRevisionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#forms_input ⇒ ::Array[Types::FormInput]
Returns the value of attribute forms_input.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#prediction_configuration ⇒ Types::PredictionConfiguration
Returns the value of attribute prediction_configuration.
-
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
891 892 893 |
# File 'sig/types.rbs', line 891 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
887 888 889 |
# File 'sig/types.rbs', line 887 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
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.
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.
888 889 890 |
# File 'sig/types.rbs', line 888 def glossary_terms @glossary_terms end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
885 886 887 |
# File 'sig/types.rbs', line 885 def identifier @identifier end |
#name ⇒ ::String
Returns the value of attribute name.
883 884 885 |
# File 'sig/types.rbs', line 883 def name @name end |
#prediction_configuration ⇒ Types::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.
886 887 888 |
# File 'sig/types.rbs', line 886 def type_revision @type_revision end |