Class: Aws::DataZone::Types::PhysicalEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::PhysicalEndpoint
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The physical endpoints of a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_location ⇒ Types::AwsLocation
The location of a connection.
-
#glue_connection ⇒ Types::GlueConnection
The Amazon Web Services Glue connection.
-
#glue_connection_name ⇒ String
The Amazon Web Services Glue connection name.
-
#host ⇒ String
The host in the physical endpoints of a connection.
-
#port ⇒ Integer
The port in the physical endpoints of a connection.
-
#protocol ⇒ String
The protocol in the physical endpoints of a connection.
-
#stage ⇒ String
The stage in the physical endpoints of a connection.
Instance Attribute Details
#aws_location ⇒ Types::AwsLocation
The location of a connection.
14622 14623 14624 14625 14626 14627 14628 14629 14630 14631 14632 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14622 class PhysicalEndpoint < Struct.new( :aws_location, :glue_connection, :glue_connection_name, :host, :port, :protocol, :stage) SENSITIVE = [] include Aws::Structure end |
#glue_connection ⇒ Types::GlueConnection
The Amazon Web Services Glue connection.
14622 14623 14624 14625 14626 14627 14628 14629 14630 14631 14632 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14622 class PhysicalEndpoint < Struct.new( :aws_location, :glue_connection, :glue_connection_name, :host, :port, :protocol, :stage) SENSITIVE = [] include Aws::Structure end |
#glue_connection_name ⇒ String
The Amazon Web Services Glue connection name.
14622 14623 14624 14625 14626 14627 14628 14629 14630 14631 14632 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14622 class PhysicalEndpoint < Struct.new( :aws_location, :glue_connection, :glue_connection_name, :host, :port, :protocol, :stage) SENSITIVE = [] include Aws::Structure end |
#host ⇒ String
The host in the physical endpoints of a connection.
14622 14623 14624 14625 14626 14627 14628 14629 14630 14631 14632 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14622 class PhysicalEndpoint < Struct.new( :aws_location, :glue_connection, :glue_connection_name, :host, :port, :protocol, :stage) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port in the physical endpoints of a connection.
14622 14623 14624 14625 14626 14627 14628 14629 14630 14631 14632 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14622 class PhysicalEndpoint < Struct.new( :aws_location, :glue_connection, :glue_connection_name, :host, :port, :protocol, :stage) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The protocol in the physical endpoints of a connection.
14622 14623 14624 14625 14626 14627 14628 14629 14630 14631 14632 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14622 class PhysicalEndpoint < Struct.new( :aws_location, :glue_connection, :glue_connection_name, :host, :port, :protocol, :stage) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
The stage in the physical endpoints of a connection.
14622 14623 14624 14625 14626 14627 14628 14629 14630 14631 14632 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14622 class PhysicalEndpoint < Struct.new( :aws_location, :glue_connection, :glue_connection_name, :host, :port, :protocol, :stage) SENSITIVE = [] include Aws::Structure end |