Class: Aws::AlexaForBusiness::Types::GetAddressBookResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_bookTypes::AddressBook

The details of the requested address book.

Returns:



2151
2152
2153
2154
2155
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2151

class GetAddressBookResponse < Struct.new(
  :address_book)
  SENSITIVE = []
  include Aws::Structure
end