Class: Aws::Types::Dataset
- Inherits:
-
Object
- Object
- Aws::Types::Dataset
- 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.
-
#owner_info ⇒ Types::DatasetOwnerInfo
Returns the value of attribute owner_info.
-
#schema_definition ⇒ Types::SchemaUnion
Returns the value of attribute schema_definition.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
196 197 198 |
# File 'sig/types.rbs', line 196 def alias @alias end |
#create_time ⇒ ::Integer
Returns the value of attribute create_time.
193 194 195 |
# File 'sig/types.rbs', line 193 def create_time @create_time end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
188 189 190 |
# File 'sig/types.rbs', line 188 def dataset_arn @dataset_arn end |
#dataset_description ⇒ ::String
Returns the value of attribute dataset_description.
191 192 193 |
# File 'sig/types.rbs', line 191 def dataset_description @dataset_description end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
187 188 189 |
# File 'sig/types.rbs', line 187 def dataset_id @dataset_id end |
#dataset_title ⇒ ::String
Returns the value of attribute dataset_title.
189 190 191 |
# File 'sig/types.rbs', line 189 def dataset_title @dataset_title end |
#kind ⇒ "TABULAR", "NON_TABULAR"
Returns the value of attribute kind.
190 191 192 |
# File 'sig/types.rbs', line 190 def kind @kind end |
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
194 195 196 |
# File 'sig/types.rbs', line 194 def last_modified_time @last_modified_time end |
#owner_info ⇒ Types::DatasetOwnerInfo
Returns the value of attribute owner_info.
192 193 194 |
# File 'sig/types.rbs', line 192 def owner_info @owner_info end |
#schema_definition ⇒ Types::SchemaUnion
Returns the value of attribute schema_definition.
195 196 197 |
# File 'sig/types.rbs', line 195 def schema_definition @schema_definition end |