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:



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.

Returns:



3445
3446
3447
# File 'sig/types.rbs', line 3445

def columns
  @columns
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



3447
3448
3449
# File 'sig/types.rbs', line 3447

def named_entities
  @named_entities
end