Class: Aws::Types::Function

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)


1231
1232
1233
# File 'sig/types.rbs', line 1231

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def name
  @name
end

#parameters::Hash[::String, Types::ParameterDetail]

Returns the value of attribute parameters.

Returns:



1232
1233
1234
# File 'sig/types.rbs', line 1232

def parameters
  @parameters
end

#require_confirmation"ENABLED", "DISABLED"

Returns the value of attribute require_confirmation.

Returns:

  • ("ENABLED", "DISABLED")


1233
1234
1235
# File 'sig/types.rbs', line 1233

def require_confirmation
  @require_confirmation
end