Class: Aws::Types::ConnectionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionSummary
- 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.
102 103 104 |
# File 'sig/types.rbs', line 102 def connection_arn @connection_arn end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
101 102 103 |
# File 'sig/types.rbs', line 101 def connection_name @connection_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
105 106 107 |
# File 'sig/types.rbs', line 105 def created_at @created_at end |
#provider_type ⇒ "GITHUB", "BITBUCKET"
Returns the value of attribute provider_type.
103 104 105 |
# File 'sig/types.rbs', line 103 def provider_type @provider_type end |
#status ⇒ "PENDING_HANDSHAKE", ...
Returns the value of attribute status.
104 105 106 |
# File 'sig/types.rbs', line 104 def status @status end |