Class: Aws::Types::GetDatasetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDatasetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#create_time ⇒ ::Integer
Returns the value of attribute create_time.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#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.
-
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
-
#schema_definition ⇒ Types::SchemaUnion
Returns the value of attribute schema_definition.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
322 323 324 |
# File 'sig/types.rbs', line 322 def alias @alias end |
#create_time ⇒ ::Integer
Returns the value of attribute create_time.
319 320 321 |
# File 'sig/types.rbs', line 319 def create_time @create_time end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
315 316 317 |
# File 'sig/types.rbs', line 315 def dataset_arn @dataset_arn end |
#dataset_description ⇒ ::String
Returns the value of attribute dataset_description.
318 319 320 |
# File 'sig/types.rbs', line 318 def dataset_description @dataset_description end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
314 315 316 |
# File 'sig/types.rbs', line 314 def dataset_id @dataset_id end |
#dataset_title ⇒ ::String
Returns the value of attribute dataset_title.
316 317 318 |
# File 'sig/types.rbs', line 316 def dataset_title @dataset_title end |
#kind ⇒ "TABULAR", "NON_TABULAR"
Returns the value of attribute kind.
317 318 319 |
# File 'sig/types.rbs', line 317 def kind @kind end |
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
320 321 322 |
# File 'sig/types.rbs', line 320 def last_modified_time @last_modified_time end |
#schema_definition ⇒ Types::SchemaUnion
Returns the value of attribute schema_definition.
321 322 323 |
# File 'sig/types.rbs', line 321 def schema_definition @schema_definition end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
323 324 325 |
# File 'sig/types.rbs', line 323 def status @status end |