Class: Aws::Types::ScheduledQueryDestination
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledQueryDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_identifier ⇒ ::String
Returns the value of attribute destination_identifier.
-
#destination_type ⇒ "S3", "LOOKUP_TABLE"
Returns the value of attribute destination_type.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#processed_identifier ⇒ ::String
Returns the value of attribute processed_identifier.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#destination_identifier ⇒ ::String
Returns the value of attribute destination_identifier.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def destination_identifier @destination_identifier end |
#destination_type ⇒ "S3", "LOOKUP_TABLE"
Returns the value of attribute destination_type.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def destination_type @destination_type end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def @error_message end |
#processed_identifier ⇒ ::String
Returns the value of attribute processed_identifier.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def processed_identifier @processed_identifier end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def status @status end |