Class: Aws::Detective::Types::CreateGraphRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags to assign to the new behavior graph. You can add up to 50 tags. For each tag, you provide the tag key and the tag value. Each tag key can contain up to 128 characters. Each tag value can contain up to 256 characters.

Returns:

  • (Hash<String,String>)


202
203
204
205
206
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 202

class CreateGraphRequest < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end