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.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def destination_identifier @destination_identifier end |
#destination_type ⇒ "S3", "LOOKUP_TABLE"
Returns the value of attribute destination_type.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def destination_type @destination_type end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def @error_message end |
#processed_identifier ⇒ ::String
Returns the value of attribute processed_identifier.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def processed_identifier @processed_identifier end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def status @status end |