Class: Aws::AlexaForBusiness::Types::GetGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetGatewayRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass GetGatewayRequest data as a hash:
{
gateway_arn: "Arn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The ARN of the gateway to get.
Instance Attribute Details
#gateway_arn ⇒ String
The ARN of the gateway to get.
2833 2834 2835 2836 2837 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2833 class GetGatewayRequest < Struct.new( :gateway_arn) SENSITIVE = [] include Aws::Structure end |