Class: Aws::Types::ListIntegrationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#integration_name_prefix::String

Returns the value of attribute integration_name_prefix.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def integration_name_prefix
  @integration_name_prefix
end

#integration_status"PROVISIONING", ...

Returns the value of attribute integration_status.

Returns:

  • ("PROVISIONING", "ACTIVE", "FAILED")


1256
1257
1258
# File 'sig/types.rbs', line 1256

def integration_status
  @integration_status
end

#integration_type"OPENSEARCH"

Returns the value of attribute integration_type.

Returns:

  • ("OPENSEARCH")


1255
1256
1257
# File 'sig/types.rbs', line 1255

def integration_type
  @integration_type
end