Class: Aws::Types::CreateDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatasetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dataset_description ⇒ ::String
Returns the value of attribute dataset_description.
-
#dataset_title ⇒ ::String
Returns the value of attribute dataset_title.
-
#kind ⇒ "TABULAR", "NON_TABULAR"
Returns the value of attribute kind.
-
#owner_info ⇒ Types::DatasetOwnerInfo
Returns the value of attribute owner_info.
-
#permission_group_params ⇒ Types::PermissionGroupParams
Returns the value of attribute permission_group_params.
-
#schema_definition ⇒ Types::SchemaUnion
Returns the value of attribute schema_definition.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
111 112 113 |
# File 'sig/types.rbs', line 111 def alias @alias end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
105 106 107 |
# File 'sig/types.rbs', line 105 def client_token @client_token end |
#dataset_description ⇒ ::String
Returns the value of attribute dataset_description.
108 109 110 |
# File 'sig/types.rbs', line 108 def dataset_description @dataset_description end |
#dataset_title ⇒ ::String
Returns the value of attribute dataset_title.
106 107 108 |
# File 'sig/types.rbs', line 106 def dataset_title @dataset_title end |
#kind ⇒ "TABULAR", "NON_TABULAR"
Returns the value of attribute kind.
107 108 109 |
# File 'sig/types.rbs', line 107 def kind @kind end |
#owner_info ⇒ Types::DatasetOwnerInfo
Returns the value of attribute owner_info.
109 110 111 |
# File 'sig/types.rbs', line 109 def owner_info @owner_info end |
#permission_group_params ⇒ Types::PermissionGroupParams
Returns the value of attribute permission_group_params.
110 111 112 |
# File 'sig/types.rbs', line 110 def @permission_group_params end |
#schema_definition ⇒ Types::SchemaUnion
Returns the value of attribute schema_definition.
112 113 114 |
# File 'sig/types.rbs', line 112 def schema_definition @schema_definition end |