Class: Aws::AlexaForBusiness::Types::GetContactRequest

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

Overview

Note:

When making an API call, you may pass GetContactRequest data as a hash:

{
  contact_arn: "Arn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#contact_arnString

The ARN of the contact for which to request details.

Returns:

  • (String)


1769
1770
1771
1772
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1769

class GetContactRequest < Struct.new(
  :contact_arn)
  include Aws::Structure
end