Class: Aws::Types::UpdateTrustStoreRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificates_to_add::Array[::String]

Returns the value of attribute certificates_to_add.

Returns:

  • (::Array[::String])


1246
1247
1248
# File 'sig/types.rbs', line 1246

def certificates_to_add
  @certificates_to_add
end

#certificates_to_delete::Array[::String]

Returns the value of attribute certificates_to_delete.

Returns:

  • (::Array[::String])


1247
1248
1249
# File 'sig/types.rbs', line 1247

def certificates_to_delete
  @certificates_to_delete
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def client_token
  @client_token
end

#trust_store_arn::String

Returns the value of attribute trust_store_arn.

Returns:

  • (::String)


1245
1246
1247
# File 'sig/types.rbs', line 1245

def trust_store_arn
  @trust_store_arn
end