Class: Aws::Types::UpdateEnvironmentRequest

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)


906
907
908
# File 'sig/types.rbs', line 906

def application_id
  @application_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def description
  @description
end

#environment_id ⇒ ::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


907
908
909
# File 'sig/types.rbs', line 907

def environment_id
  @environment_id
end

#monitors ⇒ ::Array[Types::Monitor]

Returns the value of attribute monitors.

Returns:



910
911
912
# File 'sig/types.rbs', line 910

def monitors
  @monitors
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


908
909
910
# File 'sig/types.rbs', line 908

def name
  @name
end