Class: Aws::Types::IdcConfigOutput
- Inherits:
-
Object
- Object
- Aws::Types::IdcConfigOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
6445 6446 6447 |
# File 'sig/types.rbs', line 6445 def application_arn @application_arn end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
6444 6445 6446 |
# File 'sig/types.rbs', line 6444 def instance_arn @instance_arn end |