Class: Aws::Types::CreateConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attach_point ⇒ Types::AttachPoint
Returns the value of attribute attach_point.
-
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#remote_account ⇒ Types::RemoteAccountIdentifier
Returns the value of attribute remote_account.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#attach_point ⇒ Types::AttachPoint
Returns the value of attribute attach_point.
95 96 97 |
# File 'sig/types.rbs', line 95 def attach_point @attach_point end |
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
94 95 96 |
# File 'sig/types.rbs', line 94 def bandwidth @bandwidth end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
99 100 101 |
# File 'sig/types.rbs', line 99 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
93 94 95 |
# File 'sig/types.rbs', line 93 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
96 97 98 |
# File 'sig/types.rbs', line 96 def environment_id @environment_id end |
#remote_account ⇒ Types::RemoteAccountIdentifier
Returns the value of attribute remote_account.
97 98 99 |
# File 'sig/types.rbs', line 97 def remote_account @remote_account end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
98 99 100 |
# File 'sig/types.rbs', line 98 def @tags end |