Class: Aws::Types::CreateTrustRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:trust_password])

Instance Attribute Summary collapse

Instance Attribute Details

#conditional_forwarder_ip_addrs::Array[::String]

Returns the value of attribute conditional_forwarder_ip_addrs.

Returns:

  • (::Array[::String])


344
345
346
# File 'sig/types.rbs', line 344

def conditional_forwarder_ip_addrs
  @conditional_forwarder_ip_addrs
end

#conditional_forwarder_ipv_6_addrs::Array[::String]

Returns the value of attribute conditional_forwarder_ipv_6_addrs.

Returns:

  • (::Array[::String])


345
346
347
# File 'sig/types.rbs', line 345

def conditional_forwarder_ipv_6_addrs
  @conditional_forwarder_ipv_6_addrs
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def directory_id
  @directory_id
end

#remote_domain_name::String

Returns the value of attribute remote_domain_name.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def remote_domain_name
  @remote_domain_name
end

#selective_auth"Enabled", "Disabled"

Returns the value of attribute selective_auth.

Returns:

  • ("Enabled", "Disabled")


346
347
348
# File 'sig/types.rbs', line 346

def selective_auth
  @selective_auth
end

#trust_direction"One-Way: Outgoing", ...

Returns the value of attribute trust_direction.

Returns:

  • ("One-Way: Outgoing", "One-Way: Incoming", "Two-Way")


342
343
344
# File 'sig/types.rbs', line 342

def trust_direction
  @trust_direction
end

#trust_password::String

Returns the value of attribute trust_password.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def trust_password
  @trust_password
end

#trust_type"Forest", "External"

Returns the value of attribute trust_type.

Returns:

  • ("Forest", "External")


343
344
345
# File 'sig/types.rbs', line 343

def trust_type
  @trust_type
end