Class: Aws::Types::DatasetGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::DatasetGroupSummary
- 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.
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"
Returns the value of attribute domain.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
499 500 501 |
# File 'sig/types.rbs', line 499 def creation_date_time @creation_date_time end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
497 498 499 |
# File 'sig/types.rbs', line 497 def dataset_group_arn @dataset_group_arn end |
#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"
Returns the value of attribute domain.
502 503 504 |
# File 'sig/types.rbs', line 502 def domain @domain end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
501 502 503 |
# File 'sig/types.rbs', line 501 def failure_reason @failure_reason end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
500 501 502 |
# File 'sig/types.rbs', line 500 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
496 497 498 |
# File 'sig/types.rbs', line 496 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
498 499 500 |
# File 'sig/types.rbs', line 498 def status @status end |