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:



2136
2137
2138
2139
2140
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2136

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