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

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


1069
1070
1071
1072
1073
1074
1075
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1069

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)


1069
1070
1071
1072
1073
1074
1075
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1069

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)


1069
1070
1071
1072
1073
1074
1075
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1069

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