Class: Aws::Types::ConnectionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
78 79 80 |
# File 'sig/types.rbs', line 78 def arn @arn end |
#attach_point ⇒ Types::AttachPoint
Returns the value of attribute attach_point.
81 82 83 |
# File 'sig/types.rbs', line 81 def attach_point @attach_point end |
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
80 81 82 |
# File 'sig/types.rbs', line 80 def bandwidth @bandwidth end |
#billing_tier ⇒ ::Integer
Returns the value of attribute billing_tier.
88 89 90 |
# File 'sig/types.rbs', line 88 def billing_tier @billing_tier end |
#description ⇒ ::String
Returns the value of attribute description.
79 80 81 |
# File 'sig/types.rbs', line 79 def description @description end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
82 83 84 |
# File 'sig/types.rbs', line 82 def environment_id @environment_id end |
#id ⇒ ::String
Returns the value of attribute id.
77 78 79 |
# File 'sig/types.rbs', line 77 def id @id end |
#location ⇒ ::String
Returns the value of attribute location.
84 85 86 |
# File 'sig/types.rbs', line 84 def location @location end |
#provider ⇒ Types::Provider
Returns the value of attribute provider.
83 84 85 |
# File 'sig/types.rbs', line 83 def provider @provider end |
#shared_id ⇒ ::String
Returns the value of attribute shared_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def shared_id @shared_id end |
#state ⇒ "available", ...
Returns the value of attribute state.
86 87 88 |
# File 'sig/types.rbs', line 86 def state @state end |
#type ⇒ ::String
Returns the value of attribute type.
85 86 87 |
# File 'sig/types.rbs', line 85 def type @type end |