Class: Aws::Types::CopyOptionGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CopyOptionGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_option_group_identifier ⇒ ::String
Returns the value of attribute source_option_group_identifier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_option_group_description ⇒ ::String
Returns the value of attribute target_option_group_description.
-
#target_option_group_identifier ⇒ ::String
Returns the value of attribute target_option_group_identifier.
Instance Attribute Details
#source_option_group_identifier ⇒ ::String
Returns the value of attribute source_option_group_identifier.
326 327 328 |
# File 'sig/types.rbs', line 326 def source_option_group_identifier @source_option_group_identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
329 330 331 |
# File 'sig/types.rbs', line 329 def @tags end |
#target_option_group_description ⇒ ::String
Returns the value of attribute target_option_group_description.
328 329 330 |
# File 'sig/types.rbs', line 328 def target_option_group_description @target_option_group_description end |
#target_option_group_identifier ⇒ ::String
Returns the value of attribute target_option_group_identifier.
327 328 329 |
# File 'sig/types.rbs', line 327 def target_option_group_identifier @target_option_group_identifier end |