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

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

Overview

Reserved for future use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

Reserved for future use.

Returns:

  • (Hash<String,String>)


1911
1912
1913
1914
1915
1916
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1911

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

#key_attributesHash<String,String>

Reserved for future use.

Returns:

  • (Hash<String,String>)


1911
1912
1913
1914
1915
1916
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1911

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