Class: Aws::WorkSpaces::Types::CreateIpGroupResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::CreateIpGroupResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The identifier of the group.
Instance Attribute Details
#group_id ⇒ String
The identifier of the group.
886 887 888 889 890 |
# File 'lib/aws-sdk-workspaces/types.rb', line 886 class CreateIpGroupResult < Struct.new( :group_id) SENSITIVE = [] include Aws::Structure end |