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.
11410 11411 11412 |
# File 'sig/types.rbs', line 11410 def display_format @display_format end |
#display_format_options ⇒ Types::DisplayFormatOptions
Returns the value of attribute display_format_options.
11411 11412 11413 |
# File 'sig/types.rbs', line 11411 def @display_format_options end |
#field_name ⇒ Types::Identifier
Returns the value of attribute field_name.
11407 11408 11409 |
# File 'sig/types.rbs', line 11407 def field_name @field_name end |
#named_entity ⇒ Types::NamedEntityRef
Returns the value of attribute named_entity.
11412 11413 11414 |
# File 'sig/types.rbs', line 11412 def named_entity @named_entity end |
#sort ⇒ Types::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.
11408 11409 11410 |
# File 'sig/types.rbs', line 11408 def time_granularity @time_granularity end |