Class: Aws::CloudWatchLogs::Types::Entity

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

Overview

Reserved for internal use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

Reserved for internal use.

Returns:

  • (Hash<String,String>)


2160
2161
2162
2163
2164
2165
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2160

class Entity < Struct.new(
  :key_attributes,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#key_attributesHash<String,String>

Reserved for internal use.

Returns:

  • (Hash<String,String>)


2160
2161
2162
2163
2164
2165
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2160

class Entity < Struct.new(
  :key_attributes,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end