Class: Aws::Types::DeleteDomainInput

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)


1911
1912
1913
# File 'sig/types.rbs', line 1911

def client_token
  @client_token
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1910
1911
1912
# File 'sig/types.rbs', line 1910

def identifier
  @identifier
end

#skip_deletion_checkBoolean

Returns the value of attribute skip_deletion_check.

Returns:

  • (Boolean)


1912
1913
1914
# File 'sig/types.rbs', line 1912

def skip_deletion_check
  @skip_deletion_check
end