Class: Aws::Types::TopicIRGroupBy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_format"AUTO", ...

Returns the value of attribute display_format.

Returns:

  • ("AUTO", "PERCENT", "CURRENCY", "NUMBER", "DATE", "STRING")


11410
11411
11412
# File 'sig/types.rbs', line 11410

def display_format
  @display_format
end

#display_format_optionsTypes::DisplayFormatOptions

Returns the value of attribute display_format_options.



11411
11412
11413
# File 'sig/types.rbs', line 11411

def display_format_options
  @display_format_options
end

#field_nameTypes::Identifier

Returns the value of attribute field_name.

Returns:



11407
11408
11409
# File 'sig/types.rbs', line 11407

def field_name
  @field_name
end

#named_entityTypes::NamedEntityRef

Returns the value of attribute named_entity.



11412
11413
11414
# File 'sig/types.rbs', line 11412

def named_entity
  @named_entity
end

#sortTypes::TopicSortClause

Returns the value of attribute sort.



11409
11410
11411
# File 'sig/types.rbs', line 11409

def sort
  @sort
end

#time_granularity"SECOND", ...

Returns the value of attribute time_granularity.

Returns:

  • ("SECOND", "MINUTE", "HOUR", "DAY", "WEEK", "MONTH", "QUARTER", "YEAR")


11408
11409
11410
# File 'sig/types.rbs', line 11408

def time_granularity
  @time_granularity
end