Class: Aws::WellArchitected::Types::ImportLensOutput

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

#lens_arnString

The ARN for the lens that was created or updated.

Returns:

  • (String)


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

#statusString

The status of the imported lens.

Returns:

  • (String)


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