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

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

Overview

The name and ARN of a group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_arnString

The group ARN.

Returns:

  • (String)


7876
7877
7878
7879
7880
7881
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7876

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

#group_nameString

The group name.

Returns:

  • (String)


7876
7877
7878
7879
7880
7881
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7876

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