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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#share_invitation ⇒ Types::ShareInvitation

The updated workload or custom lens share invitation.



8446
8447
8448
8449
8450
# File 'lib/aws-sdk-wellarchitected/types.rb', line 8446

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