Class: Aws::WellArchitected::Types::AdditionalResources
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::AdditionalResources
- 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
-
#content ⇒ Array<Types::ChoiceContent>
The URLs for additional resources, either helpful resources or improvement plans, for a custom lens.
-
#type ⇒ String
Type of additional resource for a custom lens.
Instance Attribute Details
#content ⇒ Array<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.
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 |
#type ⇒ String
Type of additional resource for a custom lens.
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 |