Class: Aws::Types::AddApplicationOutputRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddApplicationOutputRequest
- 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.
-
#output ⇒ Types::Output
Returns the value of attribute output.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
43 44 45 |
# File 'sig/types.rbs', line 43 def application_name @application_name end |
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def current_application_version_id @current_application_version_id end |
#output ⇒ Types::Output
Returns the value of attribute output.
45 46 47 |
# File 'sig/types.rbs', line 45 def output @output end |