Class: Aws::AlexaForBusiness::Types::DeleteGatewayGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeleteGatewayGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_group_arn ⇒ String
The ARN of the gateway group to delete.
Instance Attribute Details
#gateway_group_arn ⇒ String
The ARN of the gateway group to delete.
1441 1442 1443 1444 1445 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1441 class DeleteGatewayGroupRequest < Struct.new( :gateway_group_arn) SENSITIVE = [] include Aws::Structure end |