Class: Aws::Types::DescribeDatasetResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDatasetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_date ⇒ ::Time
Returns the value of attribute create_date.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#format ⇒ "CSV", ...
Returns the value of attribute format.
-
#format_options ⇒ Types::FormatOptions
Returns the value of attribute format_options.
-
#input ⇒ Types::Input
Returns the value of attribute input.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#path_options ⇒ Types::PathOptions
Returns the value of attribute path_options.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#source ⇒ "S3", ...
Returns the value of attribute source.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#create_date ⇒ ::Time
Returns the value of attribute create_date.
326 327 328 |
# File 'sig/types.rbs', line 326 def create_date @create_date end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
325 326 327 |
# File 'sig/types.rbs', line 325 def created_by @created_by end |
#format ⇒ "CSV", ...
Returns the value of attribute format.
328 329 330 |
# File 'sig/types.rbs', line 328 def format @format end |
#format_options ⇒ Types::FormatOptions
Returns the value of attribute format_options.
329 330 331 |
# File 'sig/types.rbs', line 329 def @format_options end |
#input ⇒ Types::Input
Returns the value of attribute input.
330 331 332 |
# File 'sig/types.rbs', line 330 def input @input end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
332 333 334 |
# File 'sig/types.rbs', line 332 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
331 332 333 |
# File 'sig/types.rbs', line 331 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
327 328 329 |
# File 'sig/types.rbs', line 327 def name @name end |
#path_options ⇒ Types::PathOptions
Returns the value of attribute path_options.
334 335 336 |
# File 'sig/types.rbs', line 334 def @path_options end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
336 337 338 |
# File 'sig/types.rbs', line 336 def resource_arn @resource_arn end |
#source ⇒ "S3", ...
Returns the value of attribute source.
333 334 335 |
# File 'sig/types.rbs', line 333 def source @source end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
335 336 337 |
# File 'sig/types.rbs', line 335 def @tags end |