Class: Aws::WellArchitected::Types::UpdateShareInvitationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::UpdateShareInvitationOutput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#share_invitation ⇒ Types::ShareInvitation
The updated workload or custom lens share invitation.
Instance Attribute Details
#share_invitation ⇒ Types::ShareInvitation
The updated workload or custom lens share invitation.
6069 6070 6071 6072 6073 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6069 class UpdateShareInvitationOutput < Struct.new( :share_invitation) SENSITIVE = [] include Aws::Structure end |