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)


1232
1233
1234
1235
1236
1237
1238
# File 'lib/aws-sdk-synthetics/types.rb', line 1232

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

#idString

The unique ID of the group.

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
# File 'lib/aws-sdk-synthetics/types.rb', line 1232

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

#nameString

The name of the group.

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
1238
# File 'lib/aws-sdk-synthetics/types.rb', line 1232

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