Class: Aws::Types::DescribeExpressGatewayServiceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExpressGatewayServiceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include ⇒ ::Array[("TAGS")]
Returns the value of attribute include.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
Instance Attribute Details
#include ⇒ ::Array[("TAGS")]
Returns the value of attribute include.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def include @include end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def service_arn @service_arn end |