Class: Aws::Chatbot::Types::AssociationListing

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resourceString

The Amazon Resource Name (ARN) of the resource (for example, a custom action).

Returns:

  • (String)


73
74
75
76
77
# File 'lib/aws-sdk-chatbot/types.rb', line 73

class AssociationListing < Struct.new(
  :resource)
  SENSITIVE = []
  include Aws::Structure
end