Class: Aws::Pinpoint::Types::GetChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channels_response ⇒ Types::ChannelsResponse
Provides information about the general settings and status of all channels for an application, including channels that aren’t enabled for the application.
Instance Attribute Details
#channels_response ⇒ Types::ChannelsResponse
Provides information about the general settings and status of all channels for an application, including channels that aren’t enabled for the application.
6528 6529 6530 6531 6532 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6528 class GetChannelsResponse < Struct.new( :channels_response) SENSITIVE = [] include Aws::Structure end |