Class: Aws::Types::DescribeDatasetGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDatasetGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dataset_arns ⇒ ::Array[::String]
Returns the value of attribute dataset_arns.
-
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
-
#dataset_group_name ⇒ ::String
Returns the value of attribute dataset_group_name.
-
#domain ⇒ "RETAIL", ...
Returns the value of attribute domain.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
432 433 434 |
# File 'sig/types.rbs', line 432 def creation_time @creation_time end |
#dataset_arns ⇒ ::Array[::String]
Returns the value of attribute dataset_arns.
429 430 431 |
# File 'sig/types.rbs', line 429 def dataset_arns @dataset_arns end |
#dataset_group_arn ⇒ ::String
Returns the value of attribute dataset_group_arn.
428 429 430 |
# File 'sig/types.rbs', line 428 def dataset_group_arn @dataset_group_arn end |
#dataset_group_name ⇒ ::String
Returns the value of attribute dataset_group_name.
427 428 429 |
# File 'sig/types.rbs', line 427 def dataset_group_name @dataset_group_name end |
#domain ⇒ "RETAIL", ...
Returns the value of attribute domain.
430 431 432 |
# File 'sig/types.rbs', line 430 def domain @domain end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
433 434 435 |
# File 'sig/types.rbs', line 433 def last_modification_time @last_modification_time end |
#status ⇒ ::String
Returns the value of attribute status.
431 432 433 |
# File 'sig/types.rbs', line 431 def status @status end |