Class: Aws::Types::TopicIRGroupBy
- Inherits:
-
Object
- Object
- Aws::Types::TopicIRGroupBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_format ⇒ "AUTO", ...
Returns the value of attribute display_format.
-
#display_format_options ⇒ Types::DisplayFormatOptions
Returns the value of attribute display_format_options.
-
#field_name ⇒ Types::Identifier
Returns the value of attribute field_name.
-
#named_entity ⇒ Types::NamedEntityRef
Returns the value of attribute named_entity.
-
#sort ⇒ Types::TopicSortClause
Returns the value of attribute sort.
-
#time_granularity ⇒ "SECOND", ...
Returns the value of attribute time_granularity.
Instance Attribute Details
#display_format ⇒ "AUTO", ...
Returns the value of attribute display_format.
11800 11801 11802 |
# File 'sig/types.rbs', line 11800 def display_format @display_format end |
#display_format_options ⇒ Types::DisplayFormatOptions
Returns the value of attribute display_format_options.
11801 11802 11803 |
# File 'sig/types.rbs', line 11801 def @display_format_options end |
#field_name ⇒ Types::Identifier
Returns the value of attribute field_name.
11797 11798 11799 |
# File 'sig/types.rbs', line 11797 def field_name @field_name end |
#named_entity ⇒ Types::NamedEntityRef
Returns the value of attribute named_entity.
11802 11803 11804 |
# File 'sig/types.rbs', line 11802 def named_entity @named_entity end |
#sort ⇒ Types::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.
11798 11799 11800 |
# File 'sig/types.rbs', line 11798 def time_granularity @time_granularity end |