Class: Aws::Types::TerminateEnvironmentMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


986
987
988
# File 'sig/types.rbs', line 986

def environment_id
  @environment_id
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def environment_name
  @environment_name
end

#force_terminateBoolean

Returns the value of attribute force_terminate.

Returns:

  • (Boolean)


989
990
991
# File 'sig/types.rbs', line 989

def force_terminate
  @force_terminate
end

#terminate_resourcesBoolean

Returns the value of attribute terminate_resources.

Returns:

  • (Boolean)


988
989
990
# File 'sig/types.rbs', line 988

def terminate_resources
  @terminate_resources
end