Class: Aws::Types::ContactFlowModuleSummary
- Inherits:
-
Object
- Object
- Aws::Types::ContactFlowModuleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def name @name end |
#state ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute state.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def state @state end |