Class: Aws::AlexaForBusiness::Types::CreateContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateContactResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_arn ⇒ String
The ARN of the newly created address book.
Instance Attribute Details
#contact_arn ⇒ String
The ARN of the newly created address book.
1032 1033 1034 1035 1036 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1032 class CreateContactResponse < Struct.new( :contact_arn) SENSITIVE = [] include Aws::Structure end |