Class: Aws::Types::CreateConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#provider_type ⇒ "GITHUB", "BITBUCKET"
Returns the value of attribute provider_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
124 125 126 |
# File 'sig/types.rbs', line 124 def connection_name @connection_name end |
#provider_type ⇒ "GITHUB", "BITBUCKET"
Returns the value of attribute provider_type.
125 126 127 |
# File 'sig/types.rbs', line 125 def provider_type @provider_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
126 127 128 |
# File 'sig/types.rbs', line 126 def @tags end |