Class: Aws::Types::GetComponentOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetComponentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component ⇒ Types::Component
Returns the value of attribute component.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#component ⇒ Types::Component
Returns the value of attribute component.
202 203 204 |
# File 'sig/types.rbs', line 202 def component @component end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
203 204 205 |
# File 'sig/types.rbs', line 203 def @tags end |