Class: Aws::Types::UpdateAppVersionAppComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAppVersionAppComponentRequest
- 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.
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#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.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def additional_info @additional_info end |
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def app_arn @app_arn end |
#id ⇒ ::String
Returns the value of attribute id.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def type @type end |