Class: Aws::Types::AddApplicationInputRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddApplicationInputRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
-
#input ⇒ Types::Input
Returns the value of attribute input.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
33 34 35 |
# File 'sig/types.rbs', line 33 def application_name @application_name end |
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
34 35 36 |
# File 'sig/types.rbs', line 34 def current_application_version_id @current_application_version_id end |
#input ⇒ Types::Input
Returns the value of attribute input.
35 36 37 |
# File 'sig/types.rbs', line 35 def input @input end |