Class: Aws::Types::StartEngagementByAcceptingInvitationTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


1372
1373
1374
# File 'sig/types.rbs', line 1372

def catalog
  @catalog
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def client_token
  @client_token
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1374
1375
1376
# File 'sig/types.rbs', line 1374

def identifier
  @identifier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1375
1376
1377
# File 'sig/types.rbs', line 1375

def tags
  @tags
end