Class: Aws::ResourceExplorer2::Types::ResourceProperty

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resourceexplorer2/types.rb

Overview

A structure that describes a property of a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataHash, ...

Details about this property. The content of this field is a JSON object that varies based on the resource type.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


1322
1323
1324
1325
1326
1327
1328
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1322

class ResourceProperty < Struct.new(
  :data,
  :last_reported_at,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#last_reported_atTime

The date and time that the information about this resource property was last updated.

Returns:

  • (Time)


1322
1323
1324
1325
1326
1327
1328
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1322

class ResourceProperty < Struct.new(
  :data,
  :last_reported_at,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of this property of the resource.

Returns:

  • (String)


1322
1323
1324
1325
1326
1327
1328
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1322

class ResourceProperty < Struct.new(
  :data,
  :last_reported_at,
  :name)
  SENSITIVE = []
  include Aws::Structure
end