Class: Aws::Detective::Types::CreateGraphRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::CreateGraphRequest
- Defined in:
- gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags to assign to the new behavior graph.
Instance Attribute Details
#tags ⇒ Hash<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.
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 |