Class: Aws::Types::CreateDataProductInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataProductInput
- 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.
-
#items ⇒ ::Array[Types::DataProductItem]
Returns the value of attribute items.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
987 988 989 |
# File 'sig/types.rbs', line 987 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
983 984 985 |
# File 'sig/types.rbs', line 983 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
980 981 982 |
# File 'sig/types.rbs', line 980 def domain_identifier @domain_identifier end |
#forms_input ⇒ ::Array[Types::FormInput]
Returns the value of attribute forms_input.
985 986 987 |
# File 'sig/types.rbs', line 985 def forms_input @forms_input end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
984 985 986 |
# File 'sig/types.rbs', line 984 def glossary_terms @glossary_terms end |
#items ⇒ ::Array[Types::DataProductItem]
Returns the value of attribute items.
986 987 988 |
# File 'sig/types.rbs', line 986 def items @items end |
#name ⇒ ::String
Returns the value of attribute name.
981 982 983 |
# File 'sig/types.rbs', line 981 def name @name end |
#owning_project_identifier ⇒ ::String
Returns the value of attribute owning_project_identifier.
982 983 984 |
# File 'sig/types.rbs', line 982 def owning_project_identifier @owning_project_identifier end |