Class: Aws::Types::ListComponentOutputsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListComponentOutputsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
888 889 890 |
# File 'sig/types.rbs', line 888 def component_name @component_name end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
889 890 891 |
# File 'sig/types.rbs', line 889 def deployment_id @deployment_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
890 891 892 |
# File 'sig/types.rbs', line 890 def next_token @next_token end |