Class: Aws::AlexaForBusiness::Types::SendAnnouncementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SendAnnouncementResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#announcement_arn ⇒ String
The identifier of the announcement.
Instance Attribute Details
#announcement_arn ⇒ String
The identifier of the announcement.
4313 4314 4315 4316 4317 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4313 class SendAnnouncementResponse < Struct.new( :announcement_arn) SENSITIVE = [] include Aws::Structure end |