Class: Aws::AlexaForBusiness::Types::UpdateGatewayGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateGatewayGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The updated description of the gateway group.
-
#gateway_group_arn ⇒ String
The ARN of the gateway group to update.
-
#name ⇒ String
The updated name of the gateway group.
Instance Attribute Details
#description ⇒ String
The updated description of the gateway group.
4983 4984 4985 4986 4987 4988 4989 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4983 class UpdateGatewayGroupRequest < Struct.new( :gateway_group_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#gateway_group_arn ⇒ String
The ARN of the gateway group to update.
4983 4984 4985 4986 4987 4988 4989 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4983 class UpdateGatewayGroupRequest < Struct.new( :gateway_group_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The updated name of the gateway group.
4983 4984 4985 4986 4987 4988 4989 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4983 class UpdateGatewayGroupRequest < Struct.new( :gateway_group_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |