Class: Aws::Types::DeleteApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def id
  @id
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def workspace_name
  @workspace_name
end