Class: Aws::Types::EnvironmentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:deployment_status_message, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def arn
  @arn
end

#component_role_arn ⇒ ::String

Returns the value of attribute component_role_arn.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def component_role_arn
  @component_role_arn
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


595
596
597
# File 'sig/types.rbs', line 595

def created_at
  @created_at
end

#deployment_status ⇒ "IN_PROGRESS", ...

Returns the value of attribute deployment_status.

Returns:

  • ("IN_PROGRESS", "FAILED", "SUCCEEDED", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETE_COMPLETE", "CANCELLING", "CANCELLED")


596
597
598
# File 'sig/types.rbs', line 596

def deployment_status
  @deployment_status
end

#deployment_status_message ⇒ ::String

Returns the value of attribute deployment_status_message.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def deployment_status_message
  @deployment_status_message
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def description
  @description
end

#environment_account_connection_id ⇒ ::String

Returns the value of attribute environment_account_connection_id.

Returns:

  • (::String)


599
600
601
# File 'sig/types.rbs', line 599

def 
  @environment_account_connection_id
end

#environment_account_id ⇒ ::String

Returns the value of attribute environment_account_id.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def 
  @environment_account_id
end

#last_attempted_deployment_id ⇒ ::String

Returns the value of attribute last_attempted_deployment_id.

Returns:

  • (::String)


601
602
603
# File 'sig/types.rbs', line 601

def last_attempted_deployment_id
  @last_attempted_deployment_id
end

#last_deployment_attempted_at ⇒ ::Time

Returns the value of attribute last_deployment_attempted_at.

Returns:

  • (::Time)


602
603
604
# File 'sig/types.rbs', line 602

def last_deployment_attempted_at
  @last_deployment_attempted_at
end

#last_deployment_succeeded_at ⇒ ::Time

Returns the value of attribute last_deployment_succeeded_at.

Returns:

  • (::Time)


603
604
605
# File 'sig/types.rbs', line 603

def last_deployment_succeeded_at
  @last_deployment_succeeded_at
end

#last_succeeded_deployment_id ⇒ ::String

Returns the value of attribute last_succeeded_deployment_id.

Returns:

  • (::String)


604
605
606
# File 'sig/types.rbs', line 604

def last_succeeded_deployment_id
  @last_succeeded_deployment_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def name
  @name
end

#proton_service_role_arn ⇒ ::String

Returns the value of attribute proton_service_role_arn.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def proton_service_role_arn
  @proton_service_role_arn
end

#provisioning ⇒ "CUSTOMER_MANAGED"

Returns the value of attribute provisioning.

Returns:

  • ("CUSTOMER_MANAGED")


607
608
609
# File 'sig/types.rbs', line 607

def provisioning
  @provisioning
end

#template_major_version ⇒ ::String

Returns the value of attribute template_major_version.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def template_major_version
  @template_major_version
end

#template_minor_version ⇒ ::String

Returns the value of attribute template_minor_version.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def template_minor_version
  @template_minor_version
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


610
611
612
# File 'sig/types.rbs', line 610

def template_name
  @template_name
end