Class: Aws::Types::ServiceFunction
- Inherits:
-
Object
- Object
- Aws::Types::ServiceFunction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#resource_count ⇒ ::Integer
Returns the value of attribute resource_count.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
-
#source ⇒ "AI_GENERATED", "USER"
Returns the value of attribute source.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def created_at @created_at end |
#criticality ⇒ "PRIMARY", "SUPPLEMENTAL"
Returns the value of attribute criticality.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def criticality @criticality end |
#description ⇒ ::String
Returns the value of attribute description.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def name @name end |
#resource_count ⇒ ::Integer
Returns the value of attribute resource_count.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def resource_count @resource_count end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def service_arn @service_arn end |
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def service_function_id @service_function_id end |
#source ⇒ "AI_GENERATED", "USER"
Returns the value of attribute source.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def source @source end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def updated_at @updated_at end |