Class: Aws::AlexaForBusiness::Types::CreateContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateContactResponse
- Includes:
- Structure
- Defined in:
- 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.
830 831 832 833 834 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 830 class CreateContactResponse < Struct.new( :contact_arn) SENSITIVE = [] include Aws::Structure end |