Class: Aws::Types::CreateComponentVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateComponentVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#inline_recipe ⇒ ::String
Returns the value of attribute inline_recipe.
-
#lambda_function ⇒ Types::LambdaFunctionRecipeSource
Returns the value of attribute lambda_function.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
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.
176 177 178 |
# File 'sig/types.rbs', line 176 def end |