Class: Aws::Types::CreateConnectionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#host_arn ⇒ ::String
Returns the value of attribute host_arn.
-
#provider_type ⇒ "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.
43 44 45 |
# File 'sig/types.rbs', line 43 def connection_name @connection_name end |
#host_arn ⇒ ::String
Returns the value of attribute host_arn.
45 46 47 |
# File 'sig/types.rbs', line 45 def host_arn @host_arn end |
#provider_type ⇒ "Bitbucket", ...
Returns the value of attribute provider_type.
42 43 44 |
# File 'sig/types.rbs', line 42 def provider_type @provider_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
44 45 46 |
# File 'sig/types.rbs', line 44 def end |