Class: Aws::Types::Dataset
- Inherits:
-
Object
- Object
- Aws::Types::Dataset
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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
#account_id ⇒ ::String
Returns the value of attribute account_id.
225 226 227 |
# File 'sig/types.rbs', line 225 def account_id @account_id end |
#create_date ⇒ ::Time
Returns the value of attribute create_date.
227 228 229 |
# File 'sig/types.rbs', line 227 def create_date @create_date end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
226 227 228 |
# File 'sig/types.rbs', line 226 def created_by @created_by end |
#format ⇒ "CSV", ...
Returns the value of attribute format.
229 230 231 |
# File 'sig/types.rbs', line 229 def format @format end |
#format_options ⇒ Types::FormatOptions
Returns the value of attribute format_options.
230 231 232 |
# File 'sig/types.rbs', line 230 def end |
#input ⇒ Types::Input
Returns the value of attribute input.
231 232 233 |
# File 'sig/types.rbs', line 231 def input @input end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
233 234 235 |
# File 'sig/types.rbs', line 233 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
232 233 234 |
# File 'sig/types.rbs', line 232 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
228 229 230 |
# File 'sig/types.rbs', line 228 def name @name end |
#path_options ⇒ Types::PathOptions
Returns the value of attribute path_options.
235 236 237 |
# File 'sig/types.rbs', line 235 def end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
237 238 239 |
# File 'sig/types.rbs', line 237 def resource_arn @resource_arn end |
#source ⇒ "S3", ...
Returns the value of attribute source.
234 235 236 |
# File 'sig/types.rbs', line 234 def source @source end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
236 237 238 |
# File 'sig/types.rbs', line 236 def end |