Class: Aws::Ivschat::Types::GetLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::GetLoggingConfigurationRequest
- Defined in:
- gems/aws-sdk-ivschat/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 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 478 class GetLoggingConfigurationRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |