Class: Aws::IoT::Types::GroupNameAndArn
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GroupNameAndArn
- 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
-
#group_arn ⇒ String
The group ARN.
-
#group_name ⇒ String
The group name.
Instance Attribute Details
#group_arn ⇒ String
The group ARN.
8758 8759 8760 8761 8762 8763 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8758 class GroupNameAndArn < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The group name.
8758 8759 8760 8761 8762 8763 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8758 class GroupNameAndArn < Struct.new( :group_name, :group_arn) SENSITIVE = [] include Aws::Structure end |