Class: Aws::Types::CreateServiceFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#criticality ⇒ "PRIMARY", "SUPPLEMENTAL"
Returns the value of attribute criticality.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
151 152 153 |
# File 'sig/types.rbs', line 151 def client_token @client_token end |
#criticality ⇒ "PRIMARY", "SUPPLEMENTAL"
Returns the value of attribute criticality.
150 151 152 |
# File 'sig/types.rbs', line 150 def criticality @criticality end |
#description ⇒ ::String
Returns the value of attribute description.
149 150 151 |
# File 'sig/types.rbs', line 149 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
147 148 149 |
# File 'sig/types.rbs', line 147 def name @name end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
148 149 150 |
# File 'sig/types.rbs', line 148 def service_arn @service_arn end |