Class: Aws::Types::CreateDataProductRevisionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataProductRevisionInput
- 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.
-
#items ⇒ ::Array[Types::DataProductItem]
Returns the value of attribute items.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def description @description end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def domain_identifier @domain_identifier end |
#forms_input ⇒ ::Array[Types::FormInput]
Returns the value of attribute forms_input.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def forms_input @forms_input end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def glossary_terms @glossary_terms end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def identifier @identifier end |
#items ⇒ ::Array[Types::DataProductItem]
Returns the value of attribute items.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def items @items end |
#name ⇒ ::String
Returns the value of attribute name.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def name @name end |