Class: Aws::Types::ConnectionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionSummary
- 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.
-
#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.
759 760 761 |
# File 'sig/types.rbs', line 759 def configurations @configurations end |
#connection_id ⇒ ::String
Returns the value of attribute connection_id.
760 761 762 |
# File 'sig/types.rbs', line 760 def connection_id @connection_id end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
761 762 763 |
# File 'sig/types.rbs', line 761 def domain_id @domain_id end |
#domain_unit_id ⇒ ::String
Returns the value of attribute domain_unit_id.
762 763 764 |
# File 'sig/types.rbs', line 762 def domain_unit_id @domain_unit_id end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
763 764 765 |
# File 'sig/types.rbs', line 763 def environment_id @environment_id end |
#name ⇒ ::String
Returns the value of attribute name.
764 765 766 |
# File 'sig/types.rbs', line 764 def name @name end |
#physical_endpoints ⇒ ::Array[Types::PhysicalEndpoint]
Returns the value of attribute physical_endpoints.
765 766 767 |
# File 'sig/types.rbs', line 765 def physical_endpoints @physical_endpoints end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
766 767 768 |
# File 'sig/types.rbs', line 766 def project_id @project_id end |
#props ⇒ Types::ConnectionPropertiesOutput
Returns the value of attribute props.
767 768 769 |
# File 'sig/types.rbs', line 767 def props @props end |
#scope ⇒ "DOMAIN", "PROJECT"
Returns the value of attribute scope.
769 770 771 |
# File 'sig/types.rbs', line 769 def scope @scope end |
#type ⇒ "ATHENA", ...
Returns the value of attribute type.
768 769 770 |
# File 'sig/types.rbs', line 768 def type @type end |