Class: Aws::Types::TestConnectionFunctionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:connection_object])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_object::String

Returns the value of attribute connection_object.

Returns:

  • (::String)


3508
3509
3510
# File 'sig/types.rbs', line 3508

def connection_object
  @connection_object
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3505
3506
3507
# File 'sig/types.rbs', line 3505

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


3506
3507
3508
# File 'sig/types.rbs', line 3506

def if_match
  @if_match
end

#stage"DEVELOPMENT", "LIVE"

Returns the value of attribute stage.

Returns:

  • ("DEVELOPMENT", "LIVE")


3507
3508
3509
# File 'sig/types.rbs', line 3507

def stage
  @stage
end