Class: Aws::Types::DescribeExpressionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExpressionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployed ⇒ Boolean
Returns the value of attribute deployed.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#expression_names ⇒ ::Array[::String]
Returns the value of attribute expression_names.
Instance Attribute Details
#deployed ⇒ Boolean
Returns the value of attribute deployed.
235 236 237 |
# File 'sig/types.rbs', line 235 def deployed @deployed end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
233 234 235 |
# File 'sig/types.rbs', line 233 def domain_name @domain_name end |
#expression_names ⇒ ::Array[::String]
Returns the value of attribute expression_names.
234 235 236 |
# File 'sig/types.rbs', line 234 def expression_names @expression_names end |