Class: Aws::Synthetics::Types::Group

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the group.

Returns:

  • (String)


1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
# File 'lib/aws-sdk-synthetics/types.rb', line 1205

class Group < Struct.new(
  :id,
  :name,
  :arn,
  :tags,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The date and time that the group was created.

Returns:

  • (Time)


1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
# File 'lib/aws-sdk-synthetics/types.rb', line 1205

class Group < Struct.new(
  :id,
  :name,
  :arn,
  :tags,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID of the group.

Returns:

  • (String)


1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
# File 'lib/aws-sdk-synthetics/types.rb', line 1205

class Group < Struct.new(
  :id,
  :name,
  :arn,
  :tags,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The date and time that the group was most recently updated.

Returns:

  • (Time)


1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
# File 'lib/aws-sdk-synthetics/types.rb', line 1205

class Group < Struct.new(
  :id,
  :name,
  :arn,
  :tags,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the group.

Returns:

  • (String)


1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
# File 'lib/aws-sdk-synthetics/types.rb', line 1205

class Group < Struct.new(
  :id,
  :name,
  :arn,
  :tags,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of key-value pairs that are associated with the canary.

Returns:

  • (Hash<String,String>)


1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
# File 'lib/aws-sdk-synthetics/types.rb', line 1205

class Group < Struct.new(
  :id,
  :name,
  :arn,
  :tags,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end