Class: Aws::Types::UpdateEnvironmentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :spec])

Instance Attribute Summary collapse

Instance Attribute Details

#codebuild_role_arn ⇒ ::String

Returns the value of attribute codebuild_role_arn.

Returns:

  • (::String)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def codebuild_role_arn
  @codebuild_role_arn
end

#component_role_arn ⇒ ::String

Returns the value of attribute component_role_arn.

Returns:

  • (::String)


1602
1603
1604
# File 'sig/types.rbs', line 1602

def component_role_arn
  @component_role_arn
end

#deployment_type ⇒ "NONE", ...

Returns the value of attribute deployment_type.

Returns:

  • ("NONE", "CURRENT_VERSION", "MINOR_VERSION", "MAJOR_VERSION")


1603
1604
1605
# File 'sig/types.rbs', line 1603

def deployment_type
  @deployment_type
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def description
  @description
end

#environment_account_connection_id ⇒ ::String

Returns the value of attribute environment_account_connection_id.

Returns:

  • (::String)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def 
  
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def name
  @name
end

#proton_service_role_arn ⇒ ::String

Returns the value of attribute proton_service_role_arn.

Returns:

  • (::String)


1607
1608
1609
# File 'sig/types.rbs', line 1607

def proton_service_role_arn
  @proton_service_role_arn
end

#provisioning_repository ⇒ Types::RepositoryBranchInput

Returns the value of attribute provisioning_repository.



1608
1609
1610
# File 'sig/types.rbs', line 1608

def provisioning_repository
  @provisioning_repository
end

#spec ⇒ ::String

Returns the value of attribute spec.

Returns:

  • (::String)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def spec
  @spec
end

#template_major_version ⇒ ::String

Returns the value of attribute template_major_version.

Returns:

  • (::String)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def template_major_version
  @template_major_version
end

#template_minor_version ⇒ ::String

Returns the value of attribute template_minor_version.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def template_minor_version
  @template_minor_version
end