Class: Aws::Types::Connection
- Inherits:
-
Object
- Object
- Aws::Types::Connection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#provider_type ⇒ "GITHUB", "BITBUCKET"
Returns the value of attribute provider_type.
-
#status ⇒ "PENDING_HANDSHAKE", ...
Returns the value of attribute status.
Instance Attribute Details
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
93 94 95 |
# File 'sig/types.rbs', line 93 def connection_arn @connection_arn end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
92 93 94 |
# File 'sig/types.rbs', line 92 def connection_name @connection_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
96 97 98 |
# File 'sig/types.rbs', line 96 def created_at @created_at end |
#provider_type ⇒ "GITHUB", "BITBUCKET"
Returns the value of attribute provider_type.
94 95 96 |
# File 'sig/types.rbs', line 94 def provider_type @provider_type end |
#status ⇒ "PENDING_HANDSHAKE", ...
Returns the value of attribute status.
95 96 97 |
# File 'sig/types.rbs', line 95 def status @status end |