Class: Aws::Types::GetConnectionOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetConnectionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute configurations.
-
#connection_credentials ⇒ Types::ConnectionCredentials
Returns the value of attribute connection_credentials.
-
#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.
-
#environment_user_role ⇒ ::String
Returns the value of attribute environment_user_role.
-
#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.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def configurations @configurations end |
#connection_credentials ⇒ Types::ConnectionCredentials
Returns the value of attribute connection_credentials.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def connection_credentials @connection_credentials end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
2580 2581 2582 |
# File 'sig/types.rbs', line 2580 def connection_id @connection_id end |
#description ⇒ ::String
Returns the value of attribute description.
2581 2582 2583 |
# File 'sig/types.rbs', line 2581 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2582 2583 2584 |
# File 'sig/types.rbs', line 2582 def domain_id @domain_id end |
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
2583 2584 2585 |
# File 'sig/types.rbs', line 2583 def domain_unit_id @domain_unit_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def environment_id @environment_id end |
#environment_user_role ⇒ ::String
Returns the value of attribute environment_user_role.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def environment_user_role @environment_user_role end |
#name ⇒ ::String
Returns the value of attribute name.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def name @name end |
#physical_endpoints ⇒ ::Array[Types::PhysicalEndpoint]
Returns the value of attribute physical_endpoints.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def physical_endpoints @physical_endpoints end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def project_id @project_id end |
#props ⇒ Types::ConnectionPropertiesOutput
Returns the value of attribute props.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def props @props end |
#scope ⇒ "DOMAIN", "PROJECT"
Returns the value of attribute scope.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def scope @scope end |
#type ⇒ "ATHENA", ...
Returns the value of attribute type.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def type @type end |