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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourceexplorer2/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)


533
534
535
536
537
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 533

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