Class: Aws::Chime::Types::InviteUsersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::InviteUsersResponse
- Defined in:
- gems/aws-sdk-chime/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.
5775 5776 5777 5778 5779 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5775 class InviteUsersResponse < Struct.new( :invites) SENSITIVE = [] include Aws::Structure end |