Class: Aws::Types::ScheduledQueryDestination

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_identifier::String

Returns the value of attribute destination_identifier.

Returns:

  • (::String)


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.

Returns:

  • ("S3", "LOOKUP_TABLE")


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.

Returns:

  • (::String)


2097
2098
2099
# File 'sig/types.rbs', line 2097

def error_message
  @error_message
end

#processed_identifier::String

Returns the value of attribute processed_identifier.

Returns:

  • (::String)


2096
2097
2098
# File 'sig/types.rbs', line 2096

def processed_identifier
  @processed_identifier
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "CLIENT_ERROR", "FAILED", "COMPLETE")


2095
2096
2097
# File 'sig/types.rbs', line 2095

def status
  @status
end