Class: Aws::Types::CreateTrustStoreRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_list::Array[::String]

Returns the value of attribute certificate_list.

Returns:

  • (::Array[::String])


308
309
310
# File 'sig/types.rbs', line 308

def certificate_list
  @certificate_list
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def client_token
  @client_token
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



309
310
311
# File 'sig/types.rbs', line 309

def tags
  @tags
end