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)


151
152
153
# File 'sig/types.rbs', line 151

def client_token
  @client_token
end

#criticality"PRIMARY", "SUPPLEMENTAL"

Returns the value of attribute criticality.

Returns:

  • ("PRIMARY", "SUPPLEMENTAL")


150
151
152
# File 'sig/types.rbs', line 150

def criticality
  @criticality
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def name
  @name
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def service_arn
  @service_arn
end