Class: Aws::Types::GetComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetComponentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#recipe_output_format ⇒ "JSON", "YAML"
Returns the value of attribute recipe_output_format.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
322 323 324 |
# File 'sig/types.rbs', line 322 def arn @arn end |
#recipe_output_format ⇒ "JSON", "YAML"
Returns the value of attribute recipe_output_format.
321 322 323 |
# File 'sig/types.rbs', line 321 def recipe_output_format @recipe_output_format end |