Class: Aws::Types::DatasetSchemaSummary
- Inherits:
-
Object
- Object
- Aws::Types::DatasetSchemaSummary
- 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_arn ⇒ ::String
Returns the value of attribute schema_arn.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
545 546 547 |
# File 'sig/types.rbs', line 545 def creation_date_time @creation_date_time end |
#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"
Returns the value of attribute domain.
547 548 549 |
# File 'sig/types.rbs', line 547 def domain @domain end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
546 547 548 |
# File 'sig/types.rbs', line 546 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
543 544 545 |
# File 'sig/types.rbs', line 543 def name @name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
544 545 546 |
# File 'sig/types.rbs', line 544 def schema_arn @schema_arn end |