Class: Aws::Types::DescribeProxyConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProxyConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
-
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
Instance Attribute Details
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
616 617 618 |
# File 'sig/types.rbs', line 616 def proxy_configuration_arn @proxy_configuration_arn end |
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
615 616 617 |
# File 'sig/types.rbs', line 615 def proxy_configuration_name @proxy_configuration_name end |