Class: Aws::Types::UpdateTrustAnchorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def name
  @name
end

#sourceTypes::Source

Returns the value of attribute source.

Returns:



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.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def trust_anchor_id
  @trust_anchor_id
end