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.
58 59 60 |
# File 'sig/types.rbs', line 58 def application_name @application_name end |
#current_application_version_id ⇒ ::Integer
Returns the value of attribute current_application_version_id.
59 60 61 |
# File 'sig/types.rbs', line 59 def current_application_version_id @current_application_version_id end |
#output ⇒ Types::Output
Returns the value of attribute output.
60 61 62 |
# File 'sig/types.rbs', line 60 def output @output end |