Class: Aws::Types::GetConnectionFunctionResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:connection_function_code])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_function_code::String

Returns the value of attribute connection_function_code.

Returns:

  • (::String)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def connection_function_code
  @connection_function_code
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def content_type
  @content_type
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def etag
  @etag
end