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)


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_arnString

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

Returns:

  • (String)


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