Class: Aws::Types::DatasetMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#calculated_fields::Array[Types::TopicCalculatedField]

Returns the value of attribute calculated_fields.

Returns:



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.

Returns:



3576
3577
3578
# File 'sig/types.rbs', line 3576

def columns
  @columns
end

#data_aggregationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



3578
3579
3580
# File 'sig/types.rbs', line 3578

def named_entities
  @named_entities
end