Class: Aws::MediaConnect::Types::DeregisterGatewayInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DeregisterGatewayInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#force ⇒ Boolean
Force the deregistration of an instance.
-
#gateway_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway that contains the instance that you want to deregister.
Instance Attribute Details
#force ⇒ Boolean
Force the deregistration of an instance. Force will deregister an instance, even if there are bridges running on it.
1252 1253 1254 1255 1256 1257 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1252 class DeregisterGatewayInstanceRequest < Struct.new( :force, :gateway_instance_arn) SENSITIVE = [] include Aws::Structure end |
#gateway_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway that contains the instance that you want to deregister.
1252 1253 1254 1255 1256 1257 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1252 class DeregisterGatewayInstanceRequest < Struct.new( :force, :gateway_instance_arn) SENSITIVE = [] include Aws::Structure end |