Class: Aws::Types::Environment

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)


366
367
368
# File 'sig/types.rbs', line 366

def application_id
  @application_id
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def id
  @id
end

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

Returns the value of attribute monitors.

Returns:



371
372
373
# File 'sig/types.rbs', line 371

def monitors
  @monitors
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def name
  @name
end

#state ⇒ "READY_FOR_DEPLOYMENT", ...

Returns the value of attribute state.

Returns:

  • ("READY_FOR_DEPLOYMENT", "DEPLOYING", "ROLLING_BACK", "ROLLED_BACK", "REVERTED")


370
371
372
# File 'sig/types.rbs', line 370

def state
  @state
end