Class: Aws::Types::CreateScheduledQueryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_query_arn::String

Returns the value of attribute scheduled_query_arn.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def scheduled_query_arn
  @scheduled_query_arn
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


277
278
279
# File 'sig/types.rbs', line 277

def state
  @state
end