Class: Aws::WellArchitected::Types::UpdateShareInvitationInput

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

Overview

Input for Update Share Invitation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#share_invitation_actionString

Share invitation action taken by contributor.

Returns:

  • (String)


6056
6057
6058
6059
6060
6061
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6056

class UpdateShareInvitationInput < Struct.new(
  :share_invitation_id,
  :share_invitation_action)
  SENSITIVE = []
  include Aws::Structure
end

#share_invitation_idString

The ID assigned to the share invitation.

Returns:

  • (String)


6056
6057
6058
6059
6060
6061
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6056

class UpdateShareInvitationInput < Struct.new(
  :share_invitation_id,
  :share_invitation_action)
  SENSITIVE = []
  include Aws::Structure
end