Class: Aws::Types::PutConfigurationSetVdmOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutConfigurationSetVdmOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#vdm_options ⇒ Types::VdmOptions
Returns the value of attribute vdm_options.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def configuration_set_name @configuration_set_name end |
#vdm_options ⇒ Types::VdmOptions
Returns the value of attribute vdm_options.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def @vdm_options end |