Class: Aws::WellArchitected::Types::CreateLensShareOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CreateLensShareOutput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#share_id ⇒ String
The ID associated with the share.
Instance Attribute Details
#share_id ⇒ String
The ID associated with the share.
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 |