Class: Aws::Types::UpdateTrustRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#selective_auth"Enabled", "Disabled"

Returns the value of attribute selective_auth.

Returns:

  • ("Enabled", "Disabled")


1575
1576
1577
# File 'sig/types.rbs', line 1575

def selective_auth
  @selective_auth
end

#trust_id::String

Returns the value of attribute trust_id.

Returns:

  • (::String)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def trust_id
  @trust_id
end