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.



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