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.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def include @include end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def service_arn @service_arn end |