Class: Aws::Types::DeleteAppVersionAppComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAppVersionAppComponentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
410 411 412 |
# File 'sig/types.rbs', line 410 def app_arn @app_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
411 412 413 |
# File 'sig/types.rbs', line 411 def client_token @client_token end |
#id ⇒ ::String
Returns the value of attribute id.
412 413 414 |
# File 'sig/types.rbs', line 412 def id @id end |