Class: Aws::Synthetics::Types::GetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::GetGroupRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_identifier ⇒ String
Specifies the group to return information for.
Instance Attribute Details
#group_identifier ⇒ String
Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as the ‘GroupIdentifier`.
1159 1160 1161 1162 1163 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1159 class GetGroupRequest < Struct.new( :group_identifier) SENSITIVE = [] include Aws::Structure end |