Class: Aws::Types::AppComponent
- Inherits:
-
Object
- Object
- Aws::Types::AppComponent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute additional_info.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#additional_info ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute additional_info.
131 132 133 |
# File 'sig/types.rbs', line 131 def additional_info @additional_info end |
#id ⇒ ::String
Returns the value of attribute id.
132 133 134 |
# File 'sig/types.rbs', line 132 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
133 134 135 |
# File 'sig/types.rbs', line 133 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
134 135 136 |
# File 'sig/types.rbs', line 134 def type @type end |