Class: Aws::Types::MaintenanceWindowLambdaParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:payload])

Instance Attribute Summary collapse

Instance Attribute Details

#client_context::String

Returns the value of attribute client_context.

Returns:

  • (::String)


3066
3067
3068
# File 'sig/types.rbs', line 3066

def client_context
  @client_context
end

#payload::String

Returns the value of attribute payload.

Returns:

  • (::String)


3068
3069
3070
# File 'sig/types.rbs', line 3068

def payload
  @payload
end

#qualifier::String

Returns the value of attribute qualifier.

Returns:

  • (::String)


3067
3068
3069
# File 'sig/types.rbs', line 3067

def qualifier
  @qualifier
end