Class: Aws::Types::PhysicalEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::PhysicalEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_location ⇒ Types::AwsLocation
Returns the value of attribute aws_location.
-
#enable_trusted_identity_propagation ⇒ Boolean
Returns the value of attribute enable_trusted_identity_propagation.
-
#glue_connection ⇒ Types::GlueConnection
Returns the value of attribute glue_connection.
-
#glue_connection_name ⇒ ::String
Returns the value of attribute glue_connection_name.
-
#glue_connection_names ⇒ ::Array[::String]
Returns the value of attribute glue_connection_names.
-
#host ⇒ ::String
Returns the value of attribute host.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#protocol ⇒ "ATHENA", ...
Returns the value of attribute protocol.
-
#stage ⇒ ::String
Returns the value of attribute stage.
Instance Attribute Details
#aws_location ⇒ Types::AwsLocation
Returns the value of attribute aws_location.
4810 4811 4812 |
# File 'sig/types.rbs', line 4810 def aws_location @aws_location end |
#enable_trusted_identity_propagation ⇒ Boolean
Returns the value of attribute enable_trusted_identity_propagation.
4814 4815 4816 |
# File 'sig/types.rbs', line 4814 def enable_trusted_identity_propagation @enable_trusted_identity_propagation end |
#glue_connection ⇒ Types::GlueConnection
Returns the value of attribute glue_connection.
4813 4814 4815 |
# File 'sig/types.rbs', line 4813 def glue_connection @glue_connection end |
#glue_connection_name ⇒ ::String
Returns the value of attribute glue_connection_name.
4811 4812 4813 |
# File 'sig/types.rbs', line 4811 def glue_connection_name @glue_connection_name end |
#glue_connection_names ⇒ ::Array[::String]
Returns the value of attribute glue_connection_names.
4812 4813 4814 |
# File 'sig/types.rbs', line 4812 def glue_connection_names @glue_connection_names end |
#host ⇒ ::String
Returns the value of attribute host.
4815 4816 4817 |
# File 'sig/types.rbs', line 4815 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
4816 4817 4818 |
# File 'sig/types.rbs', line 4816 def port @port end |
#protocol ⇒ "ATHENA", ...
Returns the value of attribute protocol.
4817 4818 4819 |
# File 'sig/types.rbs', line 4817 def protocol @protocol end |
#stage ⇒ ::String
Returns the value of attribute stage.
4818 4819 4820 |
# File 'sig/types.rbs', line 4818 def stage @stage end |