Class: Aws::WellArchitected::Types::UpdateShareInvitationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#share_invitationTypes::ShareInvitation

The updated workload or custom lens share invitation.



4652
4653
4654
4655
4656
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4652

class UpdateShareInvitationOutput < Struct.new(
  :share_invitation)
  SENSITIVE = []
  include Aws::Structure
end