Class: Aws::Types::Environment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:deployment_status_message, :description, :spec])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def arn
  @arn
end

#codebuild_role_arn ⇒ ::String

Returns the value of attribute codebuild_role_arn.

Returns:

  • (::String)


532
533
534
# File 'sig/types.rbs', line 532

def codebuild_role_arn
  @codebuild_role_arn
end

#component_role_arn ⇒ ::String

Returns the value of attribute component_role_arn.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def component_role_arn
  @component_role_arn
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


534
535
536
# File 'sig/types.rbs', line 534

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")


535
536
537
# File 'sig/types.rbs', line 535

def deployment_status
  @deployment_status
end

#deployment_status_message ⇒ ::String

Returns the value of attribute deployment_status_message.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def deployment_status_message
  @deployment_status_message
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def description
  @description
end

#environment_account_connection_id ⇒ ::String

Returns the value of attribute environment_account_connection_id.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def 
  @environment_account_connection_id
end

#environment_account_id ⇒ ::String

Returns the value of attribute environment_account_id.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def 
  @environment_account_id
end

#last_attempted_deployment_id ⇒ ::String

Returns the value of attribute last_attempted_deployment_id.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

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)


541
542
543
# File 'sig/types.rbs', line 541

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)


542
543
544
# File 'sig/types.rbs', line 542

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)


543
544
545
# File 'sig/types.rbs', line 543

def last_succeeded_deployment_id
  @last_succeeded_deployment_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def name
  @name
end

#proton_service_role_arn ⇒ ::String

Returns the value of attribute proton_service_role_arn.

Returns:

  • (::String)


545
546
547
# File 'sig/types.rbs', line 545

def proton_service_role_arn
  @proton_service_role_arn
end

#provisioning ⇒ "CUSTOMER_MANAGED"

Returns the value of attribute provisioning.

Returns:

  • ("CUSTOMER_MANAGED")


546
547
548
# File 'sig/types.rbs', line 546

def provisioning
  @provisioning
end

#provisioning_repository ⇒ Types::RepositoryBranch

Returns the value of attribute provisioning_repository.



547
548
549
# File 'sig/types.rbs', line 547

def provisioning_repository
  @provisioning_repository
end

#spec ⇒ ::String

Returns the value of attribute spec.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def spec
  @spec
end

#template_major_version ⇒ ::String

Returns the value of attribute template_major_version.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def template_major_version
  @template_major_version
end

#template_minor_version ⇒ ::String

Returns the value of attribute template_minor_version.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def template_minor_version
  @template_minor_version
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def template_name
  @template_name
end