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.
8201 8202 8203 8204 8205 8206 |
# File 'lib/aws-sdk-iot/types.rb', line 8201 class GroupNameAndArn < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The group name.
8201 8202 8203 8204 8205 8206 |
# File 'lib/aws-sdk-iot/types.rb', line 8201 class GroupNameAndArn < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end |