Module: Aws::SSMContacts::Client::_GetContactResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetContactResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alias ⇒ ::String
- #contact_arn ⇒ ::String
- #display_name ⇒ ::String
- #plan ⇒ Types::Plan
- #type ⇒ "PERSONAL", ...
Instance Method Details
#alias ⇒ ::String
267 |
# File 'sig/client.rbs', line 267
def alias: () -> ::String
|
#contact_arn ⇒ ::String
266 |
# File 'sig/client.rbs', line 266
def contact_arn: () -> ::String
|
#display_name ⇒ ::String
268 |
# File 'sig/client.rbs', line 268
def display_name: () -> ::String
|
#type ⇒ "PERSONAL", ...
269 |
# File 'sig/client.rbs', line 269
def type: () -> ("PERSONAL" | "ESCALATION" | "ONCALL_SCHEDULE")
|