Class: Aws::Types::TestFunctionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:event_object])

Instance Attribute Summary collapse

Instance Attribute Details

#event_object::String

Returns the value of attribute event_object.

Returns:

  • (::String)


3526
3527
3528
# File 'sig/types.rbs', line 3526

def event_object
  @event_object
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


3524
3525
3526
# File 'sig/types.rbs', line 3524

def if_match
  @if_match
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3523
3524
3525
# File 'sig/types.rbs', line 3523

def name
  @name
end

#stage"DEVELOPMENT", "LIVE"

Returns the value of attribute stage.

Returns:

  • ("DEVELOPMENT", "LIVE")


3525
3526
3527
# File 'sig/types.rbs', line 3525

def stage
  @stage
end