Class: Aws::Types::CreateApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#application_version ⇒ ::Integer
Returns the value of attribute application_version.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
127 128 129 |
# File 'sig/types.rbs', line 127 def application_arn @application_arn end |
#application_id ⇒ ::String
Returns the value of attribute application_id.
128 129 130 |
# File 'sig/types.rbs', line 128 def application_id @application_id end |
#application_version ⇒ ::Integer
Returns the value of attribute application_version.
129 130 131 |
# File 'sig/types.rbs', line 129 def application_version @application_version end |