Class: Aws::Types::UpdateTrustResult
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrustResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#trust_id ⇒ ::String
Returns the value of attribute trust_id.
Instance Attribute Details
#request_id ⇒ ::String
Returns the value of attribute request_id.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def request_id @request_id end |
#trust_id ⇒ ::String
Returns the value of attribute trust_id.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def trust_id @trust_id end |