Class: Aws::Types::CreateFunctionDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_client_token::String

Returns the value of attribute amzn_client_token.

Returns:

  • (::String)


215
216
217
# File 'sig/types.rbs', line 215

def amzn_client_token
  @amzn_client_token
end

#initial_versionTypes::FunctionDefinitionVersion

Returns the value of attribute initial_version.



216
217
218
# File 'sig/types.rbs', line 216

def initial_version
  @initial_version
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


218
219
220
# File 'sig/types.rbs', line 218

def tags
  @tags
end