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.
44 45 46 |
# File 'sig/types.rbs', line 44 def application_name @application_name end |
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
45 46 47 |
# File 'sig/types.rbs', line 45 def current_application_version_id @current_application_version_id end |
#input ⇒ Types::Input
Returns the value of attribute input.
46 47 48 |
# File 'sig/types.rbs', line 46 def input @input end |