Class: Aws::Types::UpdateDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDatasetRequest
- 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_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#dataset_title ⇒ ::String
Returns the value of attribute dataset_title.
-
#kind ⇒ "TABULAR", "NON_TABULAR"
Returns the value of attribute kind.
-
#schema_definition ⇒ Types::SchemaUnion
Returns the value of attribute schema_definition.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
581 582 583 |
# File 'sig/types.rbs', line 581 def alias @alias end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
576 577 578 |
# File 'sig/types.rbs', line 576 def client_token @client_token end |
#dataset_description ⇒ ::String
Returns the value of attribute dataset_description.
580 581 582 |
# File 'sig/types.rbs', line 580 def dataset_description @dataset_description end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
577 578 579 |
# File 'sig/types.rbs', line 577 def dataset_id @dataset_id end |
#dataset_title ⇒ ::String
Returns the value of attribute dataset_title.
578 579 580 |
# File 'sig/types.rbs', line 578 def dataset_title @dataset_title end |
#kind ⇒ "TABULAR", "NON_TABULAR"
Returns the value of attribute kind.
579 580 581 |
# File 'sig/types.rbs', line 579 def kind @kind end |
#schema_definition ⇒ Types::SchemaUnion
Returns the value of attribute schema_definition.
582 583 584 |
# File 'sig/types.rbs', line 582 def schema_definition @schema_definition end |