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")


1994
1995
1996
# File 'sig/types.rbs', line 1994

def criticality
  @criticality
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def name
  @name
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def service_arn
  @service_arn
end

#service_function_id::String

Returns the value of attribute service_function_id.

Returns:

  • (::String)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def service_function_id
  @service_function_id
end