Class: Aws::IoT::Types::GroupNameAndArn
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GroupNameAndArn
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The name and ARN of a group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_arn ⇒ String
The group ARN.
-
#group_name ⇒ String
The group name.
Instance Attribute Details
#group_arn ⇒ String
The group ARN.
7821 7822 7823 7824 7825 7826 |
# File 'lib/aws-sdk-iot/types.rb', line 7821 class GroupNameAndArn < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The group name.
7821 7822 7823 7824 7825 7826 |
# File 'lib/aws-sdk-iot/types.rb', line 7821 class GroupNameAndArn < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end |