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.
7691 7692 7693 7694 7695 7696 |
# File 'lib/aws-sdk-iot/types.rb', line 7691 class GroupNameAndArn < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The group name.
7691 7692 7693 7694 7695 7696 |
# File 'lib/aws-sdk-iot/types.rb', line 7691 class GroupNameAndArn < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end |