Class: Aws::Types::Application
- Inherits:
-
Object
- Object
- Aws::Types::Application
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_info.
-
#args ⇒ ::Array[::String]
Returns the value of attribute args.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#additional_info ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_info.
63 64 65 |
# File 'sig/types.rbs', line 63 def additional_info @additional_info end |
#args ⇒ ::Array[::String]
Returns the value of attribute args.
62 63 64 |
# File 'sig/types.rbs', line 62 def args @args end |
#name ⇒ ::String
Returns the value of attribute name.
60 61 62 |
# File 'sig/types.rbs', line 60 def name @name end |
#version ⇒ ::String
Returns the value of attribute version.
61 62 63 |
# File 'sig/types.rbs', line 61 def version @version end |