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
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
The status of the gateway.
-
#name ⇒ String
The name of the gateway.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
4119 4120 4121 4122 4123 4124 4125 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4119 class ListedGateway < Struct.new( :gateway_arn, :gateway_state, :name) SENSITIVE = [] include Aws::Structure end |
#gateway_state ⇒ String
The status of the gateway.
4119 4120 4121 4122 4123 4124 4125 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4119 class ListedGateway < Struct.new( :gateway_arn, :gateway_state, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the gateway.
4119 4120 4121 4122 4123 4124 4125 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4119 class ListedGateway < Struct.new( :gateway_arn, :gateway_state, :name) SENSITIVE = [] include Aws::Structure end |