Class: Aws::WellArchitected::Types::ImportLensOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ImportLensOutput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lens_arn ⇒ String
The ARN for the lens that was created or updated.
-
#status ⇒ String
The status of the imported lens.
Instance Attribute Details
#lens_arn ⇒ String
The ARN for the lens that was created or updated.
2591 2592 2593 2594 2595 2596 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2591 class ImportLensOutput < Struct.new( :lens_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the imported lens.
2591 2592 2593 2594 2595 2596 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2591 class ImportLensOutput < Struct.new( :lens_arn, :status) SENSITIVE = [] include Aws::Structure end |