Class: Aws::SSMContacts::Types::CreateContactResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::CreateContactResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_arn ⇒ String
The Amazon Resource Name (ARN) of the created contact or escalation plan.
Instance Attribute Details
#contact_arn ⇒ String
The Amazon Resource Name (ARN) of the created contact or escalation plan.
414 415 416 417 418 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 414 class CreateContactResult < Struct.new( :contact_arn) SENSITIVE = [] include Aws::Structure end |