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>)


2155
2156
2157
2158
2159
2160
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2155

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

#key_attributesHash<String,String>

Reserved for internal use.

Returns:

  • (Hash<String,String>)


2155
2156
2157
2158
2159
2160
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2155

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