Class: Aws::Types::ServerlessFunction
- Inherits:
-
Object
- Object
- Aws::Types::ServerlessFunction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architectures ⇒ ::Array[("X86_64" | "ARM64")]
Returns the value of attribute architectures.
-
#code_digest ⇒ ::String
Returns the value of attribute code_digest.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#layers ⇒ ::Array[::String]
Returns the value of attribute layers.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#package_type ⇒ "IMAGE", "ZIP"
Returns the value of attribute package_type.
-
#runtime ⇒ ::String
Returns the value of attribute runtime.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#serverless_function_name ⇒ ::String
Returns the value of attribute serverless_function_name.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#architectures ⇒ ::Array[("X86_64" | "ARM64")]
Returns the value of attribute architectures.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def architectures @architectures end |
#code_digest ⇒ ::String
Returns the value of attribute code_digest.
2571 2572 2573 |
# File 'sig/types.rbs', line 2571 def code_digest @code_digest end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
2576 2577 2578 |
# File 'sig/types.rbs', line 2576 def execution_role @execution_role end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
2572 2573 2574 |
# File 'sig/types.rbs', line 2572 def last_modified_at @last_modified_at end |
#layers ⇒ ::Array[::String]
Returns the value of attribute layers.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def layers @layers end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
2573 2574 2575 |
# File 'sig/types.rbs', line 2573 def network_id @network_id end |
#package_type ⇒ "IMAGE", "ZIP"
Returns the value of attribute package_type.
2577 2578 2579 |
# File 'sig/types.rbs', line 2577 def package_type @package_type end |
#runtime ⇒ ::String
Returns the value of attribute runtime.
2569 2570 2571 |
# File 'sig/types.rbs', line 2569 def runtime @runtime end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2575 2576 2577 |
# File 'sig/types.rbs', line 2575 def security_group_ids @security_group_ids end |
#serverless_function_name ⇒ ::String
Returns the value of attribute serverless_function_name.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def serverless_function_name @serverless_function_name end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
2574 2575 2576 |
# File 'sig/types.rbs', line 2574 def subnet_ids @subnet_ids end |
#version ⇒ ::String
Returns the value of attribute version.
2570 2571 2572 |
# File 'sig/types.rbs', line 2570 def version @version end |