Class: Aws::Types::UpdateServiceFunctionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#criticality"PRIMARY", "SUPPLEMENTAL"

Returns the value of attribute criticality.

Returns:

  • ("PRIMARY", "SUPPLEMENTAL")


1904
1905
1906
# File 'sig/types.rbs', line 1904

def criticality
  @criticality
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1903
1904
1905
# File 'sig/types.rbs', line 1903

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1902
1903
1904
# File 'sig/types.rbs', line 1902

def name
  @name
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1900
1901
1902
# File 'sig/types.rbs', line 1900

def service_arn
  @service_arn
end

#service_function_id::String

Returns the value of attribute service_function_id.

Returns:

  • (::String)


1901
1902
1903
# File 'sig/types.rbs', line 1901

def service_function_id
  @service_function_id
end