Class: Aws::Types::ListIntegrationAssociationsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


5132
5133
5134
# File 'sig/types.rbs', line 5132

def instance_id
  @instance_id
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


5136
5137
5138
# File 'sig/types.rbs', line 5136

def integration_arn
  @integration_arn
end

#integration_type"EVENT", ...

Returns the value of attribute integration_type.

Returns:

  • ("EVENT", "VOICE_ID", "PINPOINT_APP", "WISDOM_ASSISTANT", "WISDOM_KNOWLEDGE_BASE", "WISDOM_QUICK_RESPONSES", "Q_MESSAGE_TEMPLATES", "CASES_DOMAIN", "APPLICATION", "FILE_SCANNER", "SES_IDENTITY", "ANALYTICS_CONNECTOR", "CALL_TRANSFER_CONNECTOR", "COGNITO_USER_POOL", "MESSAGE_PROCESSOR")


5133
5134
5135
# File 'sig/types.rbs', line 5133

def integration_type
  @integration_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5135
5136
5137
# File 'sig/types.rbs', line 5135

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5134
5135
5136
# File 'sig/types.rbs', line 5134

def next_token
  @next_token
end