Class: Aws::AlexaForBusiness::Types::AddressBookData

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

Overview

Information related to an address book.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#address_book_arnString

The ARN of the address book.

Returns:

  • (String)


53
54
55
56
57
58
59
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 53

class AddressBookData < Struct.new(
  :address_book_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the address book.

Returns:

  • (String)


53
54
55
56
57
58
59
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 53

class AddressBookData < Struct.new(
  :address_book_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the address book.

Returns:

  • (String)


53
54
55
56
57
58
59
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 53

class AddressBookData < Struct.new(
  :address_book_arn,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end