Class: Aws::Types::UpdateTrustRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrustRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#selective_auth ⇒ "Enabled", "Disabled"
Returns the value of attribute selective_auth.
-
#trust_id ⇒ ::String
Returns the value of attribute trust_id.
Instance Attribute Details
#selective_auth ⇒ "Enabled", "Disabled"
Returns the value of attribute selective_auth.
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.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def trust_id @trust_id end |