Class: Aws::Types::CreateEngagementContextRequest

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)


206
207
208
# File 'sig/types.rbs', line 206

def catalog
  @catalog
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def client_token
  @client_token
end

#engagement_identifier::String

Returns the value of attribute engagement_identifier.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def engagement_identifier
  @engagement_identifier
end

#payloadTypes::EngagementContextPayload

Returns the value of attribute payload.



210
211
212
# File 'sig/types.rbs', line 210

def payload
  @payload
end

#type"CustomerProject", ...

Returns the value of attribute type.

Returns:



209
210
211
# File 'sig/types.rbs', line 209

def type
  @type
end