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.



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