Class: Aws::ResourceExplorer2::Types::ResourceProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ResourceProperty
- 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
-
#data ⇒ Hash, ...
Details about this property.
-
#last_reported_at ⇒ Time
The date and time that the information about this resource property was last updated.
-
#name ⇒ String
The name of this property of the resource.
Instance Attribute Details
#data ⇒ Hash, ...
Details about this property. The content of this field is a JSON object that varies based on the resource type.
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_at ⇒ Time
The date and time that the information about this resource property was last updated.
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 |
#name ⇒ String
The name of this property of the resource.
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 |