Class: Aws::Types::ResponsePlanSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResponsePlanSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
637 638 639 |
# File 'sig/types.rbs', line 637 def arn @arn end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
638 639 640 |
# File 'sig/types.rbs', line 638 def display_name @display_name end |
#name ⇒ ::String
Returns the value of attribute name.
639 640 641 |
# File 'sig/types.rbs', line 639 def name @name end |