Class: Aws::Types::CreateInvocationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


607
608
609
# File 'sig/types.rbs', line 607

def description
  @description
end

#invocation_id::String

Returns the value of attribute invocation_id.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def invocation_id
  @invocation_id
end

#session_identifier::String

Returns the value of attribute session_identifier.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def session_identifier
  @session_identifier
end