Class: Aws::Types::UpdateServiceInstanceInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:spec])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def client_token
  @client_token
end

#deployment_type ⇒ "NONE", ...

Returns the value of attribute deployment_type.

Returns:

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


1655
1656
1657
# File 'sig/types.rbs', line 1655

def deployment_type
  @deployment_type
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def name
  @name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def service_name
  @service_name
end

#spec ⇒ ::String

Returns the value of attribute spec.

Returns:

  • (::String)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def spec
  @spec
end

#template_major_version ⇒ ::String

Returns the value of attribute template_major_version.

Returns:

  • (::String)


1659
1660
1661
# File 'sig/types.rbs', line 1659

def template_major_version
  @template_major_version
end

#template_minor_version ⇒ ::String

Returns the value of attribute template_minor_version.

Returns:

  • (::String)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def template_minor_version
  @template_minor_version
end