Class: Aws::Types::CreateSessionLoggerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:display_name])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_context::Hash[::String, ::String]

Returns the value of attribute additional_encryption_context.

Returns:

  • (::Hash[::String, ::String])


296
297
298
# File 'sig/types.rbs', line 296

def additional_encryption_context
  @additional_encryption_context
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def client_token
  @client_token
end

#customer_managed_key::String

Returns the value of attribute customer_managed_key.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def customer_managed_key
  @customer_managed_key
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def display_name
  @display_name
end

#event_filterTypes::EventFilter

Returns the value of attribute event_filter.

Returns:



292
293
294
# File 'sig/types.rbs', line 292

def event_filter
  @event_filter
end

#log_configurationTypes::LogConfiguration

Returns the value of attribute log_configuration.



293
294
295
# File 'sig/types.rbs', line 293

def log_configuration
  @log_configuration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



297
298
299
# File 'sig/types.rbs', line 297

def tags
  @tags
end