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.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def created_at @created_at end |
#criticality ⇒ "PRIMARY", "SUPPLEMENTAL"
Returns the value of attribute criticality.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def criticality @criticality end |
#description ⇒ ::String
Returns the value of attribute description.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def name @name end |
#resource_count ⇒ ::Integer
Returns the value of attribute resource_count.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def resource_count @resource_count end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def service_arn @service_arn end |
#service_function_id ⇒ ::String
Returns the value of attribute service_function_id.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def service_function_id @service_function_id end |
#source ⇒ "AI_GENERATED", "USER"
Returns the value of attribute source.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def source @source end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def updated_at @updated_at end |