Class: Aws::Types::PutIntegrationRequest

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)


1829
1830
1831
# File 'sig/types.rbs', line 1829

def integration_name
  @integration_name
end

#integration_type"OPENSEARCH"

Returns the value of attribute integration_type.

Returns:

  • ("OPENSEARCH")


1831
1832
1833
# File 'sig/types.rbs', line 1831

def integration_type
  @integration_type
end

#resource_configTypes::ResourceConfig

Returns the value of attribute resource_config.



1830
1831
1832
# File 'sig/types.rbs', line 1830

def resource_config
  @resource_config
end