Class: Aws::CloudWatchEvidently::Types::CreateSegmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::CreateSegmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
An optional description for this segment.
-
#name ⇒ String
A name for the segment.
-
#pattern ⇒ String
The pattern to use for the segment.
-
#tags ⇒ Hash<String,String>
Assigns one or more tags (key-value pairs) to the segment.
Instance Attribute Details
#description ⇒ String
An optional description for this segment.
522 523 524 525 526 527 528 529 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 522 class CreateSegmentRequest < Struct.new( :description, :name, :pattern, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the segment.
522 523 524 525 526 527 528 529 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 522 class CreateSegmentRequest < Struct.new( :description, :name, :pattern, :tags) SENSITIVE = [] include Aws::Structure end |
#pattern ⇒ String
The pattern to use for the segment. For more information about pattern syntax, see [ Segment rule pattern syntax].
522 523 524 525 526 527 528 529 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 522 class CreateSegmentRequest < Struct.new( :description, :name, :pattern, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Assigns one or more tags (key-value pairs) to the segment.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don’t have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
You can associate as many as 50 tags with a segment.
For more information, see [Tagging Amazon Web Services resources].
522 523 524 525 526 527 528 529 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 522 class CreateSegmentRequest < Struct.new( :description, :name, :pattern, :tags) SENSITIVE = [] include Aws::Structure end |