Class: Aws::Types::CreateComponentVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def client_token
  @client_token
end

#inline_recipe ⇒ ::String

Returns the value of attribute inline_recipe.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def inline_recipe
  @inline_recipe
end

#lambda_function ⇒ Types::LambdaFunctionRecipeSource

Returns the value of attribute lambda_function.



175
176
177
# File 'sig/types.rbs', line 175

def lambda_function
  @lambda_function
end

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

Returns the value of attribute tags.

Returns:

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


176
177
178
# File 'sig/types.rbs', line 176

def tags
  @tags
end