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

#application_identifier::String

Returns the value of attribute application_identifier.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def application_identifier
  @application_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def environment_identifier
  @environment_identifier
end