Class: Aws::Types::ConfirmProductInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::ConfirmProductInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#product_code ⇒ ::String
Returns the value of attribute product_code.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def instance_id @instance_id end |
#product_code ⇒ ::String
Returns the value of attribute product_code.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def product_code @product_code end |