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.
-
#connection_status ⇒ "PENDING", ...
Returns the value of attribute connection_status.
-
#host_arn ⇒ ::String
Returns the value of attribute host_arn.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#provider_type ⇒ "Bitbucket", ...
Returns the value of attribute provider_type.
Instance Attribute Details
#connection_arn ⇒ ::String
Returns the value of attribute connection_arn.
33 34 35 |
# File 'sig/types.rbs', line 33 def connection_arn @connection_arn end |
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
32 33 34 |
# File 'sig/types.rbs', line 32 def connection_name @connection_name end |
#connection_status ⇒ "PENDING", ...
Returns the value of attribute connection_status.
36 37 38 |
# File 'sig/types.rbs', line 36 def connection_status @connection_status end |
#host_arn ⇒ ::String
Returns the value of attribute host_arn.
37 38 39 |
# File 'sig/types.rbs', line 37 def host_arn @host_arn end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
35 36 37 |
# File 'sig/types.rbs', line 35 def owner_account_id @owner_account_id end |
#provider_type ⇒ "Bitbucket", ...
Returns the value of attribute provider_type.
34 35 36 |
# File 'sig/types.rbs', line 34 def provider_type @provider_type end |