Class: Aws::Types::ConfirmProductInstanceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1863
1864
1865
# File 'sig/types.rbs', line 1863

def product_code
  @product_code
end