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.
3446 3447 3448 |
# File 'sig/types.rbs', line 3446 def calculated_fields @calculated_fields end |
#columns ⇒ ::Array[Types::TopicColumn]
Returns the value of attribute columns.
3445 3446 3447 |
# File 'sig/types.rbs', line 3445 def columns @columns end |
#data_aggregation ⇒ Types::DataAggregation
Returns the value of attribute data_aggregation.
3443 3444 3445 |
# File 'sig/types.rbs', line 3443 def data_aggregation @data_aggregation end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
3440 3441 3442 |
# File 'sig/types.rbs', line 3440 def dataset_arn @dataset_arn end |
#dataset_description ⇒ ::String
Returns the value of attribute dataset_description.
3442 3443 3444 |
# File 'sig/types.rbs', line 3442 def dataset_description @dataset_description end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
3441 3442 3443 |
# File 'sig/types.rbs', line 3441 def dataset_name @dataset_name end |
#filters ⇒ ::Array[Types::TopicFilter]
Returns the value of attribute filters.
3444 3445 3446 |
# File 'sig/types.rbs', line 3444 def filters @filters end |
#named_entities ⇒ ::Array[Types::TopicNamedEntity]
Returns the value of attribute named_entities.
3447 3448 3449 |
# File 'sig/types.rbs', line 3447 def named_entities @named_entities end |