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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


1301
1302
1303
1304
1305
1306
1307
# File 'lib/aws-sdk-synthetics/types.rb', line 1301

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

#idString

The unique ID of the group.

Returns:

  • (String)


1301
1302
1303
1304
1305
1306
1307
# File 'lib/aws-sdk-synthetics/types.rb', line 1301

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

#nameString

The name of the group.

Returns:

  • (String)


1301
1302
1303
1304
1305
1306
1307
# File 'lib/aws-sdk-synthetics/types.rb', line 1301

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