Class: Aws::Types::DeleteKxDataviewRequest

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)


330
331
332
# File 'sig/types.rbs', line 330

def client_token
  @client_token
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def database_name
  @database_name
end

#dataview_name::String

Returns the value of attribute dataview_name.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def dataview_name
  @dataview_name
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def environment_id
  @environment_id
end