Class: Aws::Chime::Types::InviteUsersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::InviteUsersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invites ⇒ Array<Types::Invite>
The email invitation details.
Instance Attribute Details
#invites ⇒ Array<Types::Invite>
The email invitation details.
4736 4737 4738 4739 4740 |
# File 'lib/aws-sdk-chime/types.rb', line 4736 class InviteUsersResponse < Struct.new( :invites) SENSITIVE = [] include Aws::Structure end |