Class: Aws::WellArchitected::Types::CreateLensShareOutput

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_idString

The ID associated with the share.

Returns:

  • (String)


809
810
811
812
813
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 809

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