Class: Aws::Types::EnvironmentDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#abortable_operation_in_progressBoolean

Returns the value of attribute abortable_operation_in_progress.

Returns:

  • (Boolean)


511
512
513
# File 'sig/types.rbs', line 511

def abortable_operation_in_progress
  @abortable_operation_in_progress
end

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def application_name
  @application_name
end

#cname::String

Returns the value of attribute cname.

Returns:

  • (::String)


507
508
509
# File 'sig/types.rbs', line 507

def cname
  @cname
end

#date_created::Time

Returns the value of attribute date_created.

Returns:

  • (::Time)


508
509
510
# File 'sig/types.rbs', line 508

def date_created
  @date_created
end

#date_updated::Time

Returns the value of attribute date_updated.

Returns:

  • (::Time)


509
510
511
# File 'sig/types.rbs', line 509

def date_updated
  @date_updated
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


505
506
507
# File 'sig/types.rbs', line 505

def description
  @description
end

#endpoint_url::String

Returns the value of attribute endpoint_url.

Returns:

  • (::String)


506
507
508
# File 'sig/types.rbs', line 506

def endpoint_url
  @endpoint_url
end

#environment_arn::String

Returns the value of attribute environment_arn.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def environment_arn
  @environment_arn
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def environment_id
  @environment_id
end

Returns the value of attribute environment_links.

Returns:



516
517
518
# File 'sig/types.rbs', line 516

def environment_links
  @environment_links
end

#environment_name::String

Returns the value of attribute environment_name.

Returns:

  • (::String)


498
499
500
# File 'sig/types.rbs', line 498

def environment_name
  @environment_name
end

#health"Green", ...

Returns the value of attribute health.

Returns:

  • ("Green", "Yellow", "Red", "Grey")


512
513
514
# File 'sig/types.rbs', line 512

def health
  @health
end

#health_status"NoData", ...

Returns the value of attribute health_status.

Returns:

  • ("NoData", "Unknown", "Pending", "Ok", "Info", "Warning", "Degraded", "Severe", "Suspended")


513
514
515
# File 'sig/types.rbs', line 513

def health_status
  @health_status
end

#operations_role::String

Returns the value of attribute operations_role.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def operations_role
  @operations_role
end

#platform_arn::String

Returns the value of attribute platform_arn.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def platform_arn
  @platform_arn
end

#resourcesTypes::EnvironmentResourcesDescription

Returns the value of attribute resources.



514
515
516
# File 'sig/types.rbs', line 514

def resources
  @resources
end

#solution_stack_name::String

Returns the value of attribute solution_stack_name.

Returns:

  • (::String)


502
503
504
# File 'sig/types.rbs', line 502

def solution_stack_name
  @solution_stack_name
end

#status"Aborting", ...

Returns the value of attribute status.

Returns:

  • ("Aborting", "Launching", "Updating", "LinkingFrom", "LinkingTo", "Ready", "Terminating", "Terminated")


510
511
512
# File 'sig/types.rbs', line 510

def status
  @status
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


504
505
506
# File 'sig/types.rbs', line 504

def template_name
  @template_name
end

#tierTypes::EnvironmentTier

Returns the value of attribute tier.



515
516
517
# File 'sig/types.rbs', line 515

def tier
  @tier
end

#version_label::String

Returns the value of attribute version_label.

Returns:

  • (::String)


501
502
503
# File 'sig/types.rbs', line 501

def version_label
  @version_label
end