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.
-
#identity_store_arn ⇒ ::String
Returns the value of attribute identity_store_arn.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
209 210 211 |
# File 'sig/types.rbs', line 209 def application_arn @application_arn end |
#identity_store_arn ⇒ ::String
Returns the value of attribute identity_store_arn.
211 212 213 |
# File 'sig/types.rbs', line 211 def identity_store_arn @identity_store_arn end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
210 211 212 |
# File 'sig/types.rbs', line 210 def instance_arn @instance_arn end |