Class: Aws::Types::CreateAssetInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssetInput
- 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.
-
#external_identifier ⇒ ::String
Returns the value of attribute external_identifier.
-
#forms_input ⇒ ::Array[Types::FormInput]
Returns the value of attribute forms_input.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
-
#prediction_configuration ⇒ Types::PredictionConfiguration
Returns the value of attribute prediction_configuration.
-
#type_identifier ⇒ ::String
Returns the value of attribute type_identifier.
-
#type_revision ⇒ ::String
Returns the value of attribute type_revision.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
854 855 856 |
# File 'sig/types.rbs', line 854 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
849 850 851 |
# File 'sig/types.rbs', line 849 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
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.
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.
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.
850 851 852 |
# File 'sig/types.rbs', line 850 def glossary_terms @glossary_terms end |
#name ⇒ ::String
Returns the value of attribute name.
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.
852 853 854 |
# File 'sig/types.rbs', line 852 def owning_project_identifier @owning_project_identifier end |
#prediction_configuration ⇒ Types::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.
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.
848 849 850 |
# File 'sig/types.rbs', line 848 def type_revision @type_revision end |