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")


11800
11801
11802
# File 'sig/types.rbs', line 11800

def display_format
  @display_format
end

#display_format_optionsTypes::DisplayFormatOptions

Returns the value of attribute display_format_options.



11801
11802
11803
# File 'sig/types.rbs', line 11801

def display_format_options
  @display_format_options
end

#field_nameTypes::Identifier

Returns the value of attribute field_name.

Returns:



11797
11798
11799
# File 'sig/types.rbs', line 11797

def field_name
  @field_name
end

#named_entityTypes::NamedEntityRef

Returns the value of attribute named_entity.



11802
11803
11804
# File 'sig/types.rbs', line 11802

def named_entity
  @named_entity
end

#sortTypes::TopicSortClause

Returns the value of attribute sort.



11799
11800
11801
# File 'sig/types.rbs', line 11799

def sort
  @sort
end

#time_granularity"SECOND", ...

Returns the value of attribute time_granularity.

Returns:

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


11798
11799
11800
# File 'sig/types.rbs', line 11798

def time_granularity
  @time_granularity
end