Class: Aws::Types::Connection
- Inherits:
-
Object
- Object
- Aws::Types::Connection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_key ⇒ ::String
Returns the value of attribute activation_key.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attach_point ⇒ Types::AttachPoint
Returns the value of attribute attach_point.
-
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
-
#billing_tier ⇒ ::Integer
Returns the value of attribute billing_tier.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#provider ⇒ Types::Provider
Returns the value of attribute provider.
-
#shared_id ⇒ ::String
Returns the value of attribute shared_id.
-
#state ⇒ "available", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#activation_key ⇒ ::String
Returns the value of attribute activation_key.
71 72 73 |
# File 'sig/types.rbs', line 71 def activation_key @activation_key end |
#arn ⇒ ::String
Returns the value of attribute arn.
59 60 61 |
# File 'sig/types.rbs', line 59 def arn @arn end |
#attach_point ⇒ Types::AttachPoint
Returns the value of attribute attach_point.
62 63 64 |
# File 'sig/types.rbs', line 62 def attach_point @attach_point end |
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
61 62 63 |
# File 'sig/types.rbs', line 61 def bandwidth @bandwidth end |
#billing_tier ⇒ ::Integer
Returns the value of attribute billing_tier.
69 70 71 |
# File 'sig/types.rbs', line 69 def billing_tier @billing_tier end |
#description ⇒ ::String
Returns the value of attribute description.
60 61 62 |
# File 'sig/types.rbs', line 60 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
63 64 65 |
# File 'sig/types.rbs', line 63 def environment_id @environment_id end |
#id ⇒ ::String
Returns the value of attribute id.
58 59 60 |
# File 'sig/types.rbs', line 58 def id @id end |
#location ⇒ ::String
Returns the value of attribute location.
65 66 67 |
# File 'sig/types.rbs', line 65 def location @location end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
70 71 72 |
# File 'sig/types.rbs', line 70 def owner_account @owner_account end |
#provider ⇒ Types::Provider
Returns the value of attribute provider.
64 65 66 |
# File 'sig/types.rbs', line 64 def provider @provider end |
#shared_id ⇒ ::String
Returns the value of attribute shared_id.
68 69 70 |
# File 'sig/types.rbs', line 68 def shared_id @shared_id end |
#state ⇒ "available", ...
Returns the value of attribute state.
67 68 69 |
# File 'sig/types.rbs', line 67 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
72 73 74 |
# File 'sig/types.rbs', line 72 def @tags end |
#type ⇒ ::String
Returns the value of attribute type.
66 67 68 |
# File 'sig/types.rbs', line 66 def type @type end |