Class: Aws::Types::DeleteEnvironmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def application_id
  @application_id
end

#deletion_protection_check ⇒ "ACCOUNT_DEFAULT", ...

Returns the value of attribute deletion_protection_check.

Returns:

  • ("ACCOUNT_DEFAULT", "APPLY", "BYPASS")


247
248
249
# File 'sig/types.rbs', line 247

def deletion_protection_check
  @deletion_protection_check
end

#environment_id ⇒ ::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def environment_id
  @environment_id
end