Class: Aws::Types::CreateEngagementInvitationRequest

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)


223
224
225
# File 'sig/types.rbs', line 223

def catalog
  @catalog
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def client_token
  @client_token
end

#engagement_identifier::String

Returns the value of attribute engagement_identifier.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def engagement_identifier
  @engagement_identifier
end

#invitationTypes::Invitation

Returns the value of attribute invitation.

Returns:



226
227
228
# File 'sig/types.rbs', line 226

def invitation
  @invitation
end