Class: Aws::IoT::Types::GroupNameAndArn

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

Overview

The name and ARN of a group.

Instance Attribute Summary collapse

Instance Attribute Details

#group_arnString

The group ARN.



5320
5321
5322
5323
5324
# File 'lib/aws-sdk-iot/types.rb', line 5320

class GroupNameAndArn < Struct.new(
  :group_name,
  :group_arn)
  include Aws::Structure
end

#group_nameString

The group name.



5320
5321
5322
5323
5324
# File 'lib/aws-sdk-iot/types.rb', line 5320

class GroupNameAndArn < Struct.new(
  :group_name,
  :group_arn)
  include Aws::Structure
end