Class: Aws::Types::UpdateComponentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :service_spec, :template_file])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def client_token
  @client_token
end

#deployment_type ⇒ "NONE", "CURRENT_VERSION"

Returns the value of attribute deployment_type.

Returns:

  • ("NONE", "CURRENT_VERSION")


1572
1573
1574
# File 'sig/types.rbs', line 1572

def deployment_type
  @deployment_type
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def name
  @name
end

#service_instance_name ⇒ ::String

Returns the value of attribute service_instance_name.

Returns:

  • (::String)


1575
1576
1577
# File 'sig/types.rbs', line 1575

def service_instance_name
  @service_instance_name
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def service_name
  @service_name
end

#service_spec ⇒ ::String

Returns the value of attribute service_spec.

Returns:

  • (::String)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def service_spec
  @service_spec
end

#template_file ⇒ ::String

Returns the value of attribute template_file.

Returns:

  • (::String)


1578
1579
1580
# File 'sig/types.rbs', line 1578

def template_file
  @template_file
end