Class: Aws::Types::FeaturedResultsSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::FeaturedResultsSetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_timestamp ⇒ ::Integer
Returns the value of attribute creation_timestamp.
-
#featured_results_set_id ⇒ ::String
Returns the value of attribute featured_results_set_id.
-
#featured_results_set_name ⇒ ::String
Returns the value of attribute featured_results_set_name.
-
#last_updated_timestamp ⇒ ::Integer
Returns the value of attribute last_updated_timestamp.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#creation_timestamp ⇒ ::Integer
Returns the value of attribute creation_timestamp.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def end |
#featured_results_set_id ⇒ ::String
Returns the value of attribute featured_results_set_id.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def featured_results_set_id @featured_results_set_id end |
#featured_results_set_name ⇒ ::String
Returns the value of attribute featured_results_set_name.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def featured_results_set_name @featured_results_set_name end |
#last_updated_timestamp ⇒ ::Integer
Returns the value of attribute last_updated_timestamp.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def status @status end |