Class: Aws::AlexaForBusiness::Types::UpdateGatewayGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateGatewayGroupRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass UpdateGatewayGroupRequest data as a hash:
{
gateway_group_arn: "Arn", # required
name: "GatewayGroupName",
description: "GatewayGroupDescription",
}
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.
6144 6145 6146 6147 6148 6149 6150 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6144 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.
6144 6145 6146 6147 6148 6149 6150 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6144 class UpdateGatewayGroupRequest < Struct.new( :gateway_group_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The updated name of the gateway group.
6144 6145 6146 6147 6148 6149 6150 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6144 class UpdateGatewayGroupRequest < Struct.new( :gateway_group_arn, :name, :description) SENSITIVE = [] include Aws::Structure end |