Class: Aws::Types::CreateQev2IdcApplicationMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateQev2IdcApplicationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#idc_display_name ⇒ ::String
Returns the value of attribute idc_display_name.
-
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
-
#qev_2_idc_application_name ⇒ ::String
Returns the value of attribute qev_2_idc_application_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#idc_display_name ⇒ ::String
Returns the value of attribute idc_display_name.
682 683 684 |
# File 'sig/types.rbs', line 682 def idc_display_name @idc_display_name end |
#idc_instance_arn ⇒ ::String
Returns the value of attribute idc_instance_arn.
680 681 682 |
# File 'sig/types.rbs', line 680 def idc_instance_arn @idc_instance_arn end |
#qev_2_idc_application_name ⇒ ::String
Returns the value of attribute qev_2_idc_application_name.
681 682 683 |
# File 'sig/types.rbs', line 681 def qev_2_idc_application_name @qev_2_idc_application_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
683 684 685 |
# File 'sig/types.rbs', line 683 def @tags end |