Class: Aws::Types::ModifyIntegrationMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2123
2124
2125
# File 'sig/types.rbs', line 2123

def description
  @description
end

#integration_arn::String

Returns the value of attribute integration_arn.

Returns:

  • (::String)


2122
2123
2124
# File 'sig/types.rbs', line 2122

def integration_arn
  @integration_arn
end

#integration_name::String

Returns the value of attribute integration_name.

Returns:

  • (::String)


2124
2125
2126
# File 'sig/types.rbs', line 2124

def integration_name
  @integration_name
end