Class: Aws::AlexaForBusiness::Types::GetContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetContactRequest
- 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 contact for which to request details.
Instance Attribute Details
#contact_arn ⇒ String
The ARN of the contact for which to request details.
2205 2206 2207 2208 2209 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2205 class GetContactRequest < Struct.new( :contact_arn) SENSITIVE = [] include Aws::Structure end |