Class: Aws::Chatbot::Types::AssociationListing
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::AssociationListing
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chatbot/types.rb
Overview
A listing of an association with a channel configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ String
The Amazon Resource Name (ARN) of the resource (for example, a custom action).
Instance Attribute Details
#resource ⇒ String
The Amazon Resource Name (ARN) of the resource (for example, a custom action).
73 74 75 76 77 |
# File 'lib/aws-sdk-chatbot/types.rb', line 73 class AssociationListing < Struct.new( :resource) SENSITIVE = [] include Aws::Structure end |