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`.
1228 1229 1230 1231 1232 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1228 class GetGroupRequest < Struct.new( :group_identifier) SENSITIVE = [] include Aws::Structure end |