Class: Aws::Types::GetConnectionFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectionFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#stage ⇒ "DEVELOPMENT", "LIVE"
Returns the value of attribute stage.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def identifier @identifier end |
#stage ⇒ "DEVELOPMENT", "LIVE"
Returns the value of attribute stage.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def stage @stage end |