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.
158 159 160 |
# File 'sig/types.rbs', line 158 def client_token @client_token end |
#criticality ⇒ "PRIMARY", "SUPPLEMENTAL"
Returns the value of attribute criticality.
157 158 159 |
# File 'sig/types.rbs', line 157 def criticality @criticality end |
#description ⇒ ::String
Returns the value of attribute description.
156 157 158 |
# File 'sig/types.rbs', line 156 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
154 155 156 |
# File 'sig/types.rbs', line 154 def name @name end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
155 156 157 |
# File 'sig/types.rbs', line 155 def service_arn @service_arn end |