Class: Aws::Types::TestConnectionFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestConnectionFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_object ⇒ ::String
Returns the value of attribute connection_object.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#stage ⇒ "DEVELOPMENT", "LIVE"
Returns the value of attribute stage.
Instance Attribute Details
#connection_object ⇒ ::String
Returns the value of attribute connection_object.
3508 3509 3510 |
# File 'sig/types.rbs', line 3508 def connection_object @connection_object end |
#id ⇒ ::String
Returns the value of attribute id.
3505 3506 3507 |
# File 'sig/types.rbs', line 3505 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
3506 3507 3508 |
# File 'sig/types.rbs', line 3506 def if_match @if_match end |
#stage ⇒ "DEVELOPMENT", "LIVE"
Returns the value of attribute stage.
3507 3508 3509 |
# File 'sig/types.rbs', line 3507 def stage @stage end |