Class: Aws::Types::CreateLoggerDefinitionVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_client_token::String

Returns the value of attribute amzn_client_token.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def amzn_client_token
  @amzn_client_token
end

#logger_definition_id::String

Returns the value of attribute logger_definition_id.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def logger_definition_id
  @logger_definition_id
end

#loggers::Array[Types::Logger]

Returns the value of attribute loggers.

Returns:



322
323
324
# File 'sig/types.rbs', line 322

def loggers
  @loggers
end