Class: Aws::Synthetics::Types::GetGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-synthetics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_identifierString

Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as the ‘GroupIdentifier`.

Returns:

  • (String)


1382
1383
1384
1385
1386
# File 'lib/aws-sdk-synthetics/types.rb', line 1382

class GetGroupRequest < Struct.new(
  :group_identifier)
  SENSITIVE = []
  include Aws::Structure
end