Class: Aws::Types::CreateDataSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_type ⇒ "S3_SNAPSHOT", ...
Returns the value of attribute asset_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#asset_type ⇒ "S3_SNAPSHOT", ...
Returns the value of attribute asset_type.
152 153 154 |
# File 'sig/types.rbs', line 152 def asset_type @asset_type end |
#description ⇒ ::String
Returns the value of attribute description.
153 154 155 |
# File 'sig/types.rbs', line 153 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
154 155 156 |
# File 'sig/types.rbs', line 154 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
155 156 157 |
# File 'sig/types.rbs', line 155 def @tags end |