Class: Aws::Types::DatasetGroup
- Inherits:
-
Object
- Object
- Aws::Types::DatasetGroup
- 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.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
488 489 490 |
# File 'sig/types.rbs', line 488 def creation_date_time @creation_date_time end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
484 485 486 |
# File 'sig/types.rbs', line 484 def dataset_group_arn @dataset_group_arn end |
#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"
Returns the value of attribute domain.
491 492 493 |
# File 'sig/types.rbs', line 491 def domain @domain end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
490 491 492 |
# File 'sig/types.rbs', line 490 def failure_reason @failure_reason end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
487 488 489 |
# File 'sig/types.rbs', line 487 def kms_key_arn @kms_key_arn end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
489 490 491 |
# File 'sig/types.rbs', line 489 def last_updated_date_time @last_updated_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
483 484 485 |
# File 'sig/types.rbs', line 483 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
486 487 488 |
# File 'sig/types.rbs', line 486 def role_arn @role_arn end |
#status ⇒ ::String
Returns the value of attribute status.
485 486 487 |
# File 'sig/types.rbs', line 485 def status @status end |