Class: Aws::Types::DatasetSchema
- Inherits:
-
Object
- Object
- Aws::Types::DatasetSchema
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"
Returns the value of attribute domain.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
536 537 538 |
# File 'sig/types.rbs', line 536 def creation_date_time @creation_date_time end |
#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"
Returns the value of attribute domain.
538 539 540 |
# File 'sig/types.rbs', line 538 def domain @domain end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
537 538 539 |
# File 'sig/types.rbs', line 537 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
533 534 535 |
# File 'sig/types.rbs', line 533 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
535 536 537 |
# File 'sig/types.rbs', line 535 def schema @schema end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
534 535 536 |
# File 'sig/types.rbs', line 534 def schema_arn @schema_arn end |