Class: Aws::Types::UpdateTrustAnchorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrustAnchorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source ⇒ Types::Source
Returns the value of attribute source.
-
#trust_anchor_id ⇒ ::String
Returns the value of attribute trust_anchor_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
364 365 366 |
# File 'sig/types.rbs', line 364 def name @name end |
#source ⇒ Types::Source
Returns the value of attribute source.
365 366 367 |
# File 'sig/types.rbs', line 365 def source @source end |
#trust_anchor_id ⇒ ::String
Returns the value of attribute trust_anchor_id.
363 364 365 |
# File 'sig/types.rbs', line 363 def trust_anchor_id @trust_anchor_id end |