Class: Aws::Types::ConnectionFunctionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionFunctionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_function_arn ⇒ ::String
Returns the value of attribute connection_function_arn.
-
#connection_function_config ⇒ Types::FunctionConfig
Returns the value of attribute connection_function_config.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#stage ⇒ "DEVELOPMENT", "LIVE"
Returns the value of attribute stage.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#connection_function_arn ⇒ ::String
Returns the value of attribute connection_function_arn.
332 333 334 |
# File 'sig/types.rbs', line 332 def connection_function_arn @connection_function_arn end |
#connection_function_config ⇒ Types::FunctionConfig
Returns the value of attribute connection_function_config.
331 332 333 |
# File 'sig/types.rbs', line 331 def connection_function_config @connection_function_config end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
335 336 337 |
# File 'sig/types.rbs', line 335 def created_time @created_time end |
#id ⇒ ::String
Returns the value of attribute id.
330 331 332 |
# File 'sig/types.rbs', line 330 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
336 337 338 |
# File 'sig/types.rbs', line 336 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
329 330 331 |
# File 'sig/types.rbs', line 329 def name @name end |
#stage ⇒ "DEVELOPMENT", "LIVE"
Returns the value of attribute stage.
334 335 336 |
# File 'sig/types.rbs', line 334 def stage @stage end |
#status ⇒ ::String
Returns the value of attribute status.
333 334 335 |
# File 'sig/types.rbs', line 333 def status @status end |