Class: Aws::ResourceExplorer2::Types::IncludedProperty

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the property that is included in this view.

You can specify the following property names for this field:

  • ‘Tags`

^

Returns:

  • (String)


557
558
559
560
561
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 557

class IncludedProperty < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end