Class: Aws::ResourceExplorer2::Types::IncludedProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::IncludedProperty
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Information about an additional property that describes a resource, that you can optionally include in the view. This lets you view that property in search results, and filter your search results based on the value of the property.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the property that is included in this view.
Instance Attribute Details
#name ⇒ String
The name of the property that is included in this view.
You can specify the following property names for this field:
-
‘Tags`
^
557 558 559 560 561 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 557 class IncludedProperty < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |