Class: Aws::Types::CreateEngagementRequest

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)


237
238
239
# File 'sig/types.rbs', line 237

def catalog
  @catalog
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def client_token
  @client_token
end

#contexts::Array[Types::EngagementContextDetails]

Returns the value of attribute contexts.

Returns:



241
242
243
# File 'sig/types.rbs', line 241

def contexts
  @contexts
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def description
  @description
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def title
  @title
end