Class: Aws::Synthetics::Types::GroupSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb

Overview

A structure containing some information about a group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the group.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1263

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

#idString

The unique ID of the group.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1263

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

#nameString

The name of the group.

Returns:

  • (String)


1263
1264
1265
1266
1267
1268
1269
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1263

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