Class: Aws::Types::CreateAppVersionAppComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppVersionAppComponentRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
300 301 302 |
# File 'sig/types.rbs', line 300 def additional_info @additional_info end |
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
301 302 303 |
# File 'sig/types.rbs', line 301 def app_arn @app_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
302 303 304 |
# File 'sig/types.rbs', line 302 def client_token @client_token end |
#id ⇒ ::String
Returns the value of attribute id.
303 304 305 |
# File 'sig/types.rbs', line 303 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
304 305 306 |
# File 'sig/types.rbs', line 304 def name @name end |
#type ⇒ ::String
Returns the value of attribute type.
305 306 307 |
# File 'sig/types.rbs', line 305 def type @type end |