Class: Aws::WellArchitected::Types::AdditionalResources

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

Overview

The choice level additional resources for a custom lens.

This field does not apply to Amazon Web Services official lenses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentArray<Types::ChoiceContent>

The URLs for additional resources, either helpful resources or improvement plans, for a custom lens. Up to five additional URLs can be specified.

Returns:



112
113
114
115
116
117
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 112

class AdditionalResources < Struct.new(
  :type,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of additional resource for a custom lens.

Returns:

  • (String)


112
113
114
115
116
117
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 112

class AdditionalResources < Struct.new(
  :type,
  :content)
  SENSITIVE = []
  include Aws::Structure
end