Class: Aws::Types::EnableHttpEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::EnableHttpEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_endpoint_enabled ⇒ Boolean
Returns the value of attribute http_endpoint_enabled.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#http_endpoint_enabled ⇒ Boolean
Returns the value of attribute http_endpoint_enabled.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def http_endpoint_enabled @http_endpoint_enabled end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def resource_arn @resource_arn end |