Class: Aws::Types::MediaConnectRouterOutputDestinationSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_type"AUTOMATIC", "SECRETS_MANAGER"

Returns the value of attribute encryption_type.

Returns:

  • ("AUTOMATIC", "SECRETS_MANAGER")


6012
6013
6014
# File 'sig/types.rbs', line 6012

def encryption_type
  @encryption_type
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


6013
6014
6015
# File 'sig/types.rbs', line 6013

def secret_arn
  @secret_arn
end