Class: Aws::Types::DescribeConnectionProposalResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConnectionProposalResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#provider ⇒ Types::Provider
Returns the value of attribute provider.
Instance Attribute Details
#bandwidth ⇒ ::String
Returns the value of attribute bandwidth.
125 126 127 |
# File 'sig/types.rbs', line 125 def bandwidth @bandwidth end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
126 127 128 |
# File 'sig/types.rbs', line 126 def environment_id @environment_id end |
#location ⇒ ::String
Returns the value of attribute location.
128 129 130 |
# File 'sig/types.rbs', line 128 def location @location end |
#provider ⇒ Types::Provider
Returns the value of attribute provider.
127 128 129 |
# File 'sig/types.rbs', line 127 def provider @provider end |