Class: Aws::Types::DeleteInventoryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


882
883
884
# File 'sig/types.rbs', line 882

def dry_run
  @dry_run
end

#schema_delete_option"DisableSchema", "DeleteSchema"

Returns the value of attribute schema_delete_option.

Returns:

  • ("DisableSchema", "DeleteSchema")


881
882
883
# File 'sig/types.rbs', line 881

def schema_delete_option
  @schema_delete_option
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def type_name
  @type_name
end