Class: Aws::Types::IntegrationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#integration_name::String

Returns the value of attribute integration_name.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def integration_name
  @integration_name
end

#integration_status"PROVISIONING", ...

Returns the value of attribute integration_status.

Returns:

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


1194
1195
1196
# File 'sig/types.rbs', line 1194

def integration_status
  @integration_status
end

#integration_type"OPENSEARCH"

Returns the value of attribute integration_type.

Returns:

  • ("OPENSEARCH")


1193
1194
1195
# File 'sig/types.rbs', line 1193

def integration_type
  @integration_type
end