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