Class: Aws::Types::SessionLogger

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])


1061
1062
1063
# File 'sig/types.rbs', line 1061

def additional_encryption_context
  @additional_encryption_context
end

#associated_portal_arns::Array[::String]

Returns the value of attribute associated_portal_arns.

Returns:

  • (::Array[::String])


1062
1063
1064
# File 'sig/types.rbs', line 1062

def associated_portal_arns
  @associated_portal_arns
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def creation_date
  @creation_date
end

#customer_managed_key::String

Returns the value of attribute customer_managed_key.

Returns:

  • (::String)


1060
1061
1062
# File 'sig/types.rbs', line 1060

def customer_managed_key
  @customer_managed_key
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def display_name
  @display_name
end

#event_filterTypes::EventFilter

Returns the value of attribute event_filter.

Returns:



1058
1059
1060
# File 'sig/types.rbs', line 1058

def event_filter
  @event_filter
end

#log_configurationTypes::LogConfiguration

Returns the value of attribute log_configuration.



1059
1060
1061
# File 'sig/types.rbs', line 1059

def log_configuration
  @log_configuration
end

#session_logger_arn::String

Returns the value of attribute session_logger_arn.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def session_logger_arn
  @session_logger_arn
end