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.
1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1274 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.
1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1274 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.
1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1274 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.
1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1274 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.
1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1274 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.
1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1274 class Group < Struct.new( :id, :name, :arn, :tags, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |