Class: Aws::XRay::Types::GetGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_arnString

The ARN of the group that was generated on creation.

Returns:

  • (String)


750
751
752
753
754
755
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 750

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

#group_nameString

The case-sensitive name of the group.

Returns:

  • (String)


750
751
752
753
754
755
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 750

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