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.
8434 8435 8436 8437 8438 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 8434 class UpdateShareInvitationOutput < Struct.new( :share_invitation) SENSITIVE = [] include Aws::Structure end |