Class: Aws::Synthetics::Types::Group
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::Group
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
This structure contains information about one group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the group.
-
#created_time ⇒ Time
The date and time that the group was created.
-
#id ⇒ String
The unique ID of the group.
-
#last_modified_time ⇒ Time
The date and time that the group was most recently updated.
-
#name ⇒ String
The name of the group.
-
#tags ⇒ Hash<String,String>
The list of key-value pairs that are associated with the canary.
Instance Attribute Details
#arn ⇒ String
The ARN of the group.
1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1236 class Group < Struct.new( :id, :name, :arn, :tags, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The date and time that the group was created.
1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1236 class Group < Struct.new( :id, :name, :arn, :tags, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the group.
1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1236 class Group < Struct.new( :id, :name, :arn, :tags, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The date and time that the group was most recently updated.
1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1236 class Group < Struct.new( :id, :name, :arn, :tags, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the group.
1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1236 class Group < Struct.new( :id, :name, :arn, :tags, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The list of key-value pairs that are associated with the canary.
1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1236 class Group < Struct.new( :id, :name, :arn, :tags, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |