Class: Aws::Types::InputDeviceMediaConnectConfigurableSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def flow_arn
  @flow_arn
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def role_arn
  @role_arn
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def secret_arn
  @secret_arn
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def source_name
  @source_name
end