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)


525
526
527
# File 'sig/types.rbs', line 525

def description
  @description
end

#invocation_id::String

Returns the value of attribute invocation_id.

Returns:

  • (::String)


526
527
528
# File 'sig/types.rbs', line 526

def invocation_id
  @invocation_id
end

#session_identifier::String

Returns the value of attribute session_identifier.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def session_identifier
  @session_identifier
end