Class: Aws::Types::DatasetMetadata
- Inherits:
-
Object
- Object
- Aws::Types::DatasetMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calculated_fields ⇒ ::Array[Types::TopicCalculatedField]
Returns the value of attribute calculated_fields.
-
#columns ⇒ ::Array[Types::TopicColumn]
Returns the value of attribute columns.
-
#data_aggregation ⇒ Types::DataAggregation
Returns the value of attribute data_aggregation.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_description ⇒ ::String
Returns the value of attribute dataset_description.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#filters ⇒ ::Array[Types::TopicFilter]
Returns the value of attribute filters.
-
#named_entities ⇒ ::Array[Types::TopicNamedEntity]
Returns the value of attribute named_entities.
Instance Attribute Details
#calculated_fields ⇒ ::Array[Types::TopicCalculatedField]
Returns the value of attribute calculated_fields.
3577 3578 3579 |
# File 'sig/types.rbs', line 3577 def calculated_fields @calculated_fields end |
#columns ⇒ ::Array[Types::TopicColumn]
Returns the value of attribute columns.
3576 3577 3578 |
# File 'sig/types.rbs', line 3576 def columns @columns end |
#data_aggregation ⇒ Types::DataAggregation
Returns the value of attribute data_aggregation.
3574 3575 3576 |
# File 'sig/types.rbs', line 3574 def data_aggregation @data_aggregation end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
3571 3572 3573 |
# File 'sig/types.rbs', line 3571 def dataset_arn @dataset_arn end |
#dataset_description ⇒ ::String
Returns the value of attribute dataset_description.
3573 3574 3575 |
# File 'sig/types.rbs', line 3573 def dataset_description @dataset_description end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
3572 3573 3574 |
# File 'sig/types.rbs', line 3572 def dataset_name @dataset_name end |
#filters ⇒ ::Array[Types::TopicFilter]
Returns the value of attribute filters.
3575 3576 3577 |
# File 'sig/types.rbs', line 3575 def filters @filters end |
#named_entities ⇒ ::Array[Types::TopicNamedEntity]
Returns the value of attribute named_entities.
3578 3579 3580 |
# File 'sig/types.rbs', line 3578 def named_entities @named_entities end |