Class: Aws::Types::UpdateServicePipelineInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:spec])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_type ⇒ "NONE", ...

Returns the value of attribute deployment_type.

Returns:

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


1675
1676
1677
# File 'sig/types.rbs', line 1675

def deployment_type
  @deployment_type
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1676
1677
1678
# File 'sig/types.rbs', line 1676

def service_name
  @service_name
end

#spec ⇒ ::String

Returns the value of attribute spec.

Returns:

  • (::String)


1677
1678
1679
# File 'sig/types.rbs', line 1677

def spec
  @spec
end

#template_major_version ⇒ ::String

Returns the value of attribute template_major_version.

Returns:

  • (::String)


1678
1679
1680
# File 'sig/types.rbs', line 1678

def template_major_version
  @template_major_version
end

#template_minor_version ⇒ ::String

Returns the value of attribute template_minor_version.

Returns:

  • (::String)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def template_minor_version
  @template_minor_version
end