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)


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

def integration_name_prefix
  @integration_name_prefix
end

#integration_status"PROVISIONING", ...

Returns the value of attribute integration_status.

Returns:

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


1258
1259
1260
# File 'sig/types.rbs', line 1258

def integration_status
  @integration_status
end

#integration_type"OPENSEARCH"

Returns the value of attribute integration_type.

Returns:

  • ("OPENSEARCH")


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

def integration_type
  @integration_type
end