Class: Aws::MediaConnect::Types::DeregisterGatewayInstanceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#forceBoolean

Force the deregistration of an instance. Force will deregister an instance, even if there are bridges running on it.

Returns:

  • (Boolean)


1268
1269
1270
1271
1272
1273
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1268

class DeregisterGatewayInstanceRequest < Struct.new(
  :force,
  :gateway_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_instance_arnString

The Amazon Resource Name (ARN) of the gateway that contains the instance that you want to deregister.

Returns:

  • (String)


1268
1269
1270
1271
1272
1273
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1268

class DeregisterGatewayInstanceRequest < Struct.new(
  :force,
  :gateway_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end