Class: Aws::Types::DescribeConnectionFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConnectionFunctionRequest
- 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.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def identifier @identifier end |
#stage ⇒ "DEVELOPMENT", "LIVE"
Returns the value of attribute stage.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def stage @stage end |