Class: Aws::Synthetics::Types::GroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::GroupSummary
- 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
-
#arn ⇒ String
The ARN of the group.
-
#id ⇒ String
The unique ID of the group.
-
#name ⇒ String
The name of the group.
Instance Attribute Details
#arn ⇒ String
The ARN of the group.
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 |
#id ⇒ String
The unique ID of the group.
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 |
#name ⇒ String
The name of the group.
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 |