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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-synthetics/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)


1159
1160
1161
1162
1163
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 1159

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