Class: Aws::WellArchitected::Types::ListShareInvitationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListShareInvitationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Input for List Share Invitations
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
-
#share_invitation_summaries ⇒ Array<Types::ShareInvitationSummary>
List of share invitation summaries in a workload.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next set of results.
4073 4074 4075 4076 4077 4078 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4073 class ListShareInvitationsOutput < Struct.new( :share_invitation_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#share_invitation_summaries ⇒ Array<Types::ShareInvitationSummary>
List of share invitation summaries in a workload.
4073 4074 4075 4076 4077 4078 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4073 class ListShareInvitationsOutput < Struct.new( :share_invitation_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |