Class: Aws::Types::UpdateConnectionOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute configurations.
-
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#physical_endpoints ⇒ ::Array[Types::PhysicalEndpoint]
Returns the value of attribute physical_endpoints.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#props ⇒ Types::ConnectionPropertiesOutput
Returns the value of attribute props.
-
#scope ⇒ "DOMAIN", "PROJECT"
Returns the value of attribute scope.
-
#type ⇒ "ATHENA", ...
Returns the value of attribute type.
Instance Attribute Details
#configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute configurations.
6424 6425 6426 |
# File 'sig/types.rbs', line 6424 def configurations @configurations end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
6425 6426 6427 |
# File 'sig/types.rbs', line 6425 def connection_id @connection_id end |
#description ⇒ ::String
Returns the value of attribute description.
6426 6427 6428 |
# File 'sig/types.rbs', line 6426 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6427 6428 6429 |
# File 'sig/types.rbs', line 6427 def domain_id @domain_id end |
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
6428 6429 6430 |
# File 'sig/types.rbs', line 6428 def domain_unit_id @domain_unit_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
6429 6430 6431 |
# File 'sig/types.rbs', line 6429 def environment_id @environment_id end |
#name ⇒ ::String
Returns the value of attribute name.
6430 6431 6432 |
# File 'sig/types.rbs', line 6430 def name @name end |
#physical_endpoints ⇒ ::Array[Types::PhysicalEndpoint]
Returns the value of attribute physical_endpoints.
6431 6432 6433 |
# File 'sig/types.rbs', line 6431 def physical_endpoints @physical_endpoints end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
6432 6433 6434 |
# File 'sig/types.rbs', line 6432 def project_id @project_id end |
#props ⇒ Types::ConnectionPropertiesOutput
Returns the value of attribute props.
6433 6434 6435 |
# File 'sig/types.rbs', line 6433 def props @props end |
#scope ⇒ "DOMAIN", "PROJECT"
Returns the value of attribute scope.
6435 6436 6437 |
# File 'sig/types.rbs', line 6435 def scope @scope end |
#type ⇒ "ATHENA", ...
Returns the value of attribute type.
6434 6435 6436 |
# File 'sig/types.rbs', line 6434 def type @type end |