Class: Aws::Types::ResolutionContact
- Inherits:
-
Object
- Object
- Aws::Types::ResolutionContact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
-
#stage_index ⇒ ::Integer
Returns the value of attribute stage_index.
-
#type ⇒ "PERSONAL", ...
Returns the value of attribute type.
Instance Attribute Details
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
555 556 557 |
# File 'sig/types.rbs', line 555 def contact_arn @contact_arn end |
#stage_index ⇒ ::Integer
Returns the value of attribute stage_index.
557 558 559 |
# File 'sig/types.rbs', line 557 def stage_index @stage_index end |
#type ⇒ "PERSONAL", ...
Returns the value of attribute type.
556 557 558 |
# File 'sig/types.rbs', line 556 def type @type end |