Class: Aws::Ivschat::Types::GetLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::GetLoggingConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
Identifier of the logging configuration to be retrieved.
Instance Attribute Details
#identifier ⇒ String
Identifier of the logging configuration to be retrieved.
478 479 480 481 482 |
# File 'lib/aws-sdk-ivschat/types.rb', line 478 class GetLoggingConfigurationRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |