Class: Aws::Types::CreateServiceFunctionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def client_token
  @client_token
end

#criticality"PRIMARY", "SUPPLEMENTAL"

Returns the value of attribute criticality.

Returns:

  • ("PRIMARY", "SUPPLEMENTAL")


157
158
159
# File 'sig/types.rbs', line 157

def criticality
  @criticality
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def name
  @name
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def service_arn
  @service_arn
end