Class: Aws::MediaConnect::Types::ListedGateway
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::ListedGateway
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
Provides a summary of a gateway, including its name, ARN, and status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#gateway_state ⇒ String
-
#name ⇒ String
The name of the gateway.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
2812 2813 2814 2815 2816 2817 2818 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2812 class ListedGateway < Struct.new( :gateway_arn, :gateway_state, :name) SENSITIVE = [] include Aws::Structure end |
#gateway_state ⇒ String
2812 2813 2814 2815 2816 2817 2818 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2812 class ListedGateway < Struct.new( :gateway_arn, :gateway_state, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the gateway.
2812 2813 2814 2815 2816 2817 2818 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2812 class ListedGateway < Struct.new( :gateway_arn, :gateway_state, :name) SENSITIVE = [] include Aws::Structure end |